HSL(206, 94%, 45%)
Vivid Blue — Blue color
Adjust Color
Color Information
Color Name
Vivid Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(206,94%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(206, 94%, 45%) | color: hsl(206, 94%, 45%) | |
| HEX | #0781DF | color: #0781DF | |
| RGB | rgb(7, 129, 223) | color: rgb(7, 129, 223) | |
| CMYK | cmyk(97%, 42%, 0%, 13%) | — | |
| HSV | hsv(206, 97%, 87%) | — | |
| HWB | hwb(206 3% 13%) | color: hwb(206 3% 13%) | |
| OKLCH | oklch(0.5958 0.1697 250.71) | color: oklch(0.5958 0.1697 250.71) | |
| Lab | lab(53.03 5.95 -55.83) | color: lab(53.03 5.95 -55.83) | |
| LCH | lch(53.03 56.15 276.08) | color: lch(53.03 56.15 276.08) |
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)
#3C3DC8 — rgb(60, 61, 200)
Deuteranopia (Green-blind)
#352CC3 — rgb(53, 44, 195)
Tritanopia (Blue-blind)
#0DB6B2 — rgb(13, 182, 178)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(206, 94%, 45%);
text
color: hsl(206, 94%, 45%);
border
border: 2px solid hsl(206, 94%, 45%);
gradient light
background: linear-gradient(to right, hsl(206, 94%, 65%), hsl(206, 94%, 45%));
gradient dark
background: linear-gradient(to right, hsl(206, 94%, 45%), hsl(206, 94%, 25%))
hex
background-color: #0781DF;
tailwind
bg-[hsl(206,94%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(206, 94%, 45%, 0.4);
css variable
--color-primary: hsl(206, 94%, 45%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(206, 94%, 45%)?
HEX: #0781DF | RGB: rgb(7, 129, 223) | CMYK: 97%, 42%, 0%, 13% | HSV: 206°, 97%, 87%. Copy any format from the conversion table above.
What colors go well with #0781DF?
The complementary color is HSL(26, 94%, 45%). For a triadic harmony, use hues 206°, 326°, and 86°. For analogous combinations, try hues 176° and 236°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(206, 94%, 45%) in CSS?
As HSL: color: hsl(206, 94%, 45%); — As HEX: color: #0781DF; — As RGB: color: rgb(7, 129, 223); — Tailwind CSS: bg-[hsl(206,94%,45%)] — CSS variable: --color-primary: hsl(206, 94%, 45%);