HSL(211, 76%, 37%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(211,76%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(211, 76%, 37%) | color: hsl(211, 76%, 37%) | |
| HEX | #175CA6 | color: #175CA6 | |
| RGB | rgb(23, 92, 166) | color: rgb(23, 92, 166) | |
| CMYK | cmyk(86%, 45%, 0%, 35%) | — | |
| HSV | hsv(211, 86%, 65%) | — | |
| HWB | hwb(211 9% 35%) | color: hwb(211 9% 35%) | |
| OKLCH | oklch(0.4749 0.1361 254.11) | color: oklch(0.4749 0.1361 254.11) | |
| Lab | lab(38.88 7.57 -45.61) | color: lab(38.88 7.57 -45.61) | |
| LCH | lch(38.88 46.23 279.42) | color: lch(38.88 46.23 279.42) |
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)
#353594 — rgb(53, 53, 148)
Deuteranopia (Green-blind)
#312C90 — rgb(49, 44, 144)
Tritanopia (Blue-blind)
#1A8683 — rgb(26, 134, 131)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(211, 76%, 37%);
text
color: hsl(211, 76%, 37%);
border
border: 2px solid hsl(211, 76%, 37%);
gradient light
background: linear-gradient(to right, hsl(211, 76%, 57%), hsl(211, 76%, 37%));
gradient dark
background: linear-gradient(to right, hsl(211, 76%, 37%), hsl(211, 76%, 17%))
hex
background-color: #175CA6;
tailwind
bg-[hsl(211,76%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(211, 76%, 37%, 0.4);
css variable
--color-primary: hsl(211, 76%, 37%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(211, 76%, 37%)?
HEX: #175CA6 | RGB: rgb(23, 92, 166) | CMYK: 86%, 45%, 0%, 35% | HSV: 211°, 86%, 65%. Copy any format from the conversion table above.
What colors go well with #175CA6?
The complementary color is HSL(31, 76%, 37%). For a triadic harmony, use hues 211°, 331°, and 91°. For analogous combinations, try hues 181° and 241°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(211, 76%, 37%) in CSS?
As HSL: color: hsl(211, 76%, 37%); — As HEX: color: #175CA6; — As RGB: color: rgb(23, 92, 166); — Tailwind CSS: bg-[hsl(211,76%,37%)] — CSS variable: --color-primary: hsl(211, 76%, 37%);