HSL(207, 86%, 41%)
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%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(207, 86%, 41%) | color: hsl(207, 86%, 41%) | |
| HEX | #0F72C2 | color: #0F72C2 | |
| RGB | rgb(15, 114, 194) | color: rgb(15, 114, 194) | |
| CMYK | cmyk(92%, 41%, 0%, 24%) | — | |
| HSV | hsv(207, 92%, 76%) | — | |
| HWB | hwb(207 6% 24%) | color: hwb(207 6% 24%) | |
| OKLCH | oklch(0.5435 0.1491 250.24) | color: oklch(0.5435 0.1491 250.24) | |
| Lab | lab(47.01 4.17 -48.96) | color: lab(47.01 4.17 -48.96) | |
| LCH | lch(47.01 49.14 274.87) | color: lch(47.01 49.14 274.87) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#3A3BAF — rgb(58, 59, 175)
Deuteranopia (Green-blind)
#342DAA — rgb(52, 45, 170)
Tritanopia (Blue-blind)
#149F9C — rgb(20, 159, 156)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(207, 86%, 41%);
text
color: hsl(207, 86%, 41%);
border
border: 2px solid hsl(207, 86%, 41%);
gradient light
background: linear-gradient(to right, hsl(207, 86%, 61%), hsl(207, 86%, 41%));
gradient dark
background: linear-gradient(to right, hsl(207, 86%, 41%), hsl(207, 86%, 21%))
hex
background-color: #0F72C2;
tailwind
bg-[hsl(207,86%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(207, 86%, 41%, 0.4);
css variable
--color-primary: hsl(207, 86%, 41%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(207, 86%, 41%)?
HEX: #0F72C2 | RGB: rgb(15, 114, 194) | CMYK: 92%, 41%, 0%, 24% | HSV: 207°, 92%, 76%. Copy any format from the conversion table above.
What colors go well with #0F72C2?
The complementary color is HSL(27, 86%, 41%). 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%, 41%) in CSS?
As HSL: color: hsl(207, 86%, 41%); — As HEX: color: #0F72C2; — As RGB: color: rgb(15, 114, 194); — Tailwind CSS: bg-[hsl(207,86%,41%)] — CSS variable: --color-primary: hsl(207, 86%, 41%);