HSL(207, 86%, 59%)
Vivid Blue — Blue color
Adjust Color
Color Information
Color Name
Vivid Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(207,86%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(207, 86%, 59%) | color: hsl(207, 86%, 59%) | |
| HEX | #3D9FF0 | color: #3D9FF0 | |
| RGB | rgb(61, 159, 240) | color: rgb(61, 159, 240) | |
| CMYK | cmyk(75%, 34%, 0%, 6%) | — | |
| HSV | hsv(207, 75%, 94%) | — | |
| HWB | hwb(207 24% 6%) | color: hwb(207 24% 6%) | |
| OKLCH | oklch(0.6827 0.1499 247.4) | color: oklch(0.6827 0.1499 247.4) | |
| Lab | lab(63.41 -1.66 -48.7) | color: lab(63.41 -1.66 -48.7) | |
| LCH | lch(63.41 48.73 268.05) | color: lch(63.41 48.73 268.05) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#6768DC — rgb(103, 104, 220)
Deuteranopia (Green-blind)
#625AD8 — rgb(98, 90, 216)
Tritanopia (Blue-blind)
#42CDCA — rgb(66, 205, 202)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(207, 86%, 59%);
text
color: hsl(207, 86%, 59%);
border
border: 2px solid hsl(207, 86%, 59%);
gradient light
background: linear-gradient(to right, hsl(207, 86%, 79%), hsl(207, 86%, 59%));
gradient dark
background: linear-gradient(to right, hsl(207, 86%, 59%), hsl(207, 86%, 39%))
hex
background-color: #3D9FF0;
tailwind
bg-[hsl(207,86%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(207, 86%, 59%, 0.4);
css variable
--color-primary: hsl(207, 86%, 59%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(207, 86%, 59%)?
HEX: #3D9FF0 | RGB: rgb(61, 159, 240) | CMYK: 75%, 34%, 0%, 6% | HSV: 207°, 75%, 94%. Copy any format from the conversion table above.
What colors go well with #3D9FF0?
The complementary color is HSL(27, 86%, 59%). For a triadic harmony, use hues 207°, 327°, and 87°. For analogous combinations, try hues 177° and 237°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(207, 86%, 59%) in CSS?
As HSL: color: hsl(207, 86%, 59%); — As HEX: color: #3D9FF0; — As RGB: color: rgb(61, 159, 240); — Tailwind CSS: bg-[hsl(207,86%,59%)] — CSS variable: --color-primary: hsl(207, 86%, 59%);