HSL(207, 94%, 50%)
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,94%,50%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(207, 94%, 50%) | color: hsl(207, 94%, 50%) | |
| HEX | #088BF7 | color: #088BF7 | |
| RGB | rgb(8, 139, 247) | color: rgb(8, 139, 247) | |
| CMYK | cmyk(97%, 44%, 0%, 3%) | — | |
| HSV | hsv(207, 97%, 97%) | — | |
| HWB | hwb(207 3% 3%) | color: hwb(207 3% 3%) | |
| OKLCH | oklch(0.6337 0.1882 252.16) | color: oklch(0.6337 0.1882 252.16) | |
| Lab | lab(57.3 9.11 -62.34) | color: lab(57.3 9.11 -62.34) | |
| LCH | lch(57.3 63 278.31) | color: lch(57.3 63 278.31) |
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)
#4142DD — rgb(65, 66, 221)
Deuteranopia (Green-blind)
#392FD7 — rgb(57, 47, 215)
Tritanopia (Blue-blind)
#0FC8C4 — rgb(15, 200, 196)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(207, 94%, 50%);
text
color: hsl(207, 94%, 50%);
border
border: 2px solid hsl(207, 94%, 50%);
gradient light
background: linear-gradient(to right, hsl(207, 94%, 70%), hsl(207, 94%, 50%));
gradient dark
background: linear-gradient(to right, hsl(207, 94%, 50%), hsl(207, 94%, 30%))
hex
background-color: #088BF7;
tailwind
bg-[hsl(207,94%,50%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(207, 94%, 50%, 0.4);
css variable
--color-primary: hsl(207, 94%, 50%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(207, 94%, 50%)?
HEX: #088BF7 | RGB: rgb(8, 139, 247) | CMYK: 97%, 44%, 0%, 3% | HSV: 207°, 97%, 97%. Copy any format from the conversion table above.
What colors go well with #088BF7?
The complementary color is HSL(27, 94%, 50%). 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, 94%, 50%) in CSS?
As HSL: color: hsl(207, 94%, 50%); — As HEX: color: #088BF7; — As RGB: color: rgb(8, 139, 247); — Tailwind CSS: bg-[hsl(207,94%,50%)] — CSS variable: --color-primary: hsl(207, 94%, 50%);