HSL(207, 77%, 39%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(207,77%,39%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(207, 77%, 39%) | color: hsl(207, 77%, 39%) | |
| HEX | #176BB0 | color: #176BB0 | |
| RGB | rgb(23, 107, 176) | color: rgb(23, 107, 176) | |
| CMYK | cmyk(87%, 39%, 0%, 31%) | — | |
| HSV | hsv(207, 87%, 69%) | — | |
| HWB | hwb(207 9% 31%) | color: hwb(207 9% 31%) | |
| OKLCH | oklch(0.5167 0.1325 249.23) | color: oklch(0.5167 0.1325 249.23) | |
| Lab | lab(43.99 1.95 -43.34) | color: lab(43.99 1.95 -43.34) | |
| LCH | lch(43.99 43.38 272.58) | color: lch(43.99 43.38 272.58) |
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)
#3B3C9F — rgb(59, 60, 159)
Deuteranopia (Green-blind)
#37309B — rgb(55, 48, 155)
Tritanopia (Blue-blind)
#1B928F — rgb(27, 146, 143)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(207, 77%, 39%);
text
color: hsl(207, 77%, 39%);
border
border: 2px solid hsl(207, 77%, 39%);
gradient light
background: linear-gradient(to right, hsl(207, 77%, 59%), hsl(207, 77%, 39%));
gradient dark
background: linear-gradient(to right, hsl(207, 77%, 39%), hsl(207, 77%, 19%))
hex
background-color: #176BB0;
tailwind
bg-[hsl(207,77%,39%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(207, 77%, 39%, 0.4);
css variable
--color-primary: hsl(207, 77%, 39%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(207, 77%, 39%)?
HEX: #176BB0 | RGB: rgb(23, 107, 176) | CMYK: 87%, 39%, 0%, 31% | HSV: 207°, 87%, 69%. Copy any format from the conversion table above.
What colors go well with #176BB0?
The complementary color is HSL(27, 77%, 39%). 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, 77%, 39%) in CSS?
As HSL: color: hsl(207, 77%, 39%); — As HEX: color: #176BB0; — As RGB: color: rgb(23, 107, 176); — Tailwind CSS: bg-[hsl(207,77%,39%)] — CSS variable: --color-primary: hsl(207, 77%, 39%);