HSL(196, 19%, 24%)
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%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(196, 19%, 24%) | color: hsl(196, 19%, 24%) | |
| HEX | #324349 | color: #324349 | |
| RGB | rgb(50, 67, 73) | color: rgb(50, 67, 73) | |
| CMYK | cmyk(32%, 8%, 0%, 71%) | — | |
| HSV | hsv(196, 32%, 29%) | — | |
| HWB | hwb(196 20% 71%) | color: hwb(196 20% 71%) | |
| OKLCH | oklch(0.3706 0.024 221.5) | color: oklch(0.3706 0.024 221.5) | |
| Lab | lab(27.22 -5.09 -5.83) | color: lab(27.22 -5.09 -5.83) | |
| LCH | lch(27.22 7.74 228.88) | color: lch(27.22 7.74 228.88) |
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)
#393A48 — rgb(57, 58, 72)
Deuteranopia (Green-blind)
#383747 — rgb(56, 55, 71)
Tritanopia (Blue-blind)
#334646 — rgb(51, 70, 70)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(196, 19%, 24%);
text
color: hsl(196, 19%, 24%);
border
border: 2px solid hsl(196, 19%, 24%);
gradient light
background: linear-gradient(to right, hsl(196, 19%, 44%), hsl(196, 19%, 24%));
gradient dark
background: linear-gradient(to right, hsl(196, 19%, 24%), hsl(196, 19%, 4%))
hex
background-color: #324349;
tailwind
bg-[hsl(196,19%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(196, 19%, 24%, 0.4);
css variable
--color-primary: hsl(196, 19%, 24%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(196, 19%, 24%)?
HEX: #324349 | RGB: rgb(50, 67, 73) | CMYK: 32%, 8%, 0%, 71% | HSV: 196°, 32%, 29%. Copy any format from the conversion table above.
What colors go well with #324349?
The complementary color is HSL(16, 19%, 24%). 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%, 24%) in CSS?
As HSL: color: hsl(196, 19%, 24%); — As HEX: color: #324349; — As RGB: color: rgb(50, 67, 73); — Tailwind CSS: bg-[hsl(196,19%,24%)] — CSS variable: --color-primary: hsl(196, 19%, 24%);