HSL(196, 19%, 37%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(196,19%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(196, 19%, 37%) | color: hsl(196, 19%, 37%) | |
| HEX | #4C6770 | color: #4C6770 | |
| RGB | rgb(76, 103, 112) | color: rgb(76, 103, 112) | |
| CMYK | cmyk(32%, 8%, 0%, 56%) | — | |
| HSV | hsv(195, 32%, 44%) | — | |
| HWB | hwb(195 30% 56%) | color: hwb(195 30% 56%) | |
| OKLCH | oklch(0.4958 0.0349 220.38) | color: oklch(0.4958 0.0349 220.38) | |
| Lab | lab(41.85 -7.54 -8.27) | color: lab(41.85 -7.54 -8.27) | |
| LCH | lch(41.85 11.19 227.64) | color: lch(41.85 11.19 227.64) |
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)
#58586E — rgb(88, 88, 110)
Deuteranopia (Green-blind)
#56546D — rgb(86, 84, 109)
Tritanopia (Blue-blind)
#4D6C6C — rgb(77, 108, 108)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(196, 19%, 37%);
text
color: hsl(196, 19%, 37%);
border
border: 2px solid hsl(196, 19%, 37%);
gradient light
background: linear-gradient(to right, hsl(196, 19%, 57%), hsl(196, 19%, 37%));
gradient dark
background: linear-gradient(to right, hsl(196, 19%, 37%), hsl(196, 19%, 17%))
hex
background-color: #4C6770;
tailwind
bg-[hsl(196,19%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(196, 19%, 37%, 0.4);
css variable
--color-primary: hsl(196, 19%, 37%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(196, 19%, 37%)?
HEX: #4C6770 | RGB: rgb(76, 103, 112) | CMYK: 32%, 8%, 0%, 56% | HSV: 195°, 32%, 44%. Copy any format from the conversion table above.
What colors go well with #4C6770?
The complementary color is HSL(16, 19%, 37%). For a triadic harmony, use hues 196°, 316°, and 76°. For analogous combinations, try hues 166° and 226°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(196, 19%, 37%) in CSS?
As HSL: color: hsl(196, 19%, 37%); — As HEX: color: #4C6770; — As RGB: color: rgb(76, 103, 112); — Tailwind CSS: bg-[hsl(196,19%,37%)] — CSS variable: --color-primary: hsl(196, 19%, 37%);