HSL(200, 26%, 19%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(200,26%,19%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(200, 26%, 19%) | color: hsl(200, 26%, 19%) | |
| HEX | #24353D | color: #24353D | |
| RGB | rgb(36, 53, 61) | color: rgb(36, 53, 61) | |
| CMYK | cmyk(41%, 13%, 0%, 76%) | — | |
| HSV | hsv(199, 41%, 24%) | — | |
| HWB | hwb(199 14% 76%) | color: hwb(199 14% 76%) | |
| OKLCH | oklch(0.3176 0.0264 228.72) | color: oklch(0.3176 0.0264 228.72) | |
| Lab | lab(21.05 -4.49 -7.23) | color: lab(21.05 -4.49 -7.23) | |
| LCH | lch(21.05 8.51 238.16) | color: lch(21.05 8.51 238.16) |
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)
#2B2C3B — rgb(43, 44, 59)
Deuteranopia (Green-blind)
#2A293B — rgb(42, 41, 59)
Tritanopia (Blue-blind)
#253A39 — rgb(37, 58, 57)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(200, 26%, 19%);
text
color: hsl(200, 26%, 19%);
border
border: 2px solid hsl(200, 26%, 19%);
gradient light
background: linear-gradient(to right, hsl(200, 26%, 39%), hsl(200, 26%, 19%));
gradient dark
background: linear-gradient(to right, hsl(200, 26%, 19%), hsl(200, 26%, 0%))
hex
background-color: #24353D;
tailwind
bg-[hsl(200,26%,19%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(200, 26%, 19%, 0.4);
css variable
--color-primary: hsl(200, 26%, 19%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(200, 26%, 19%)?
HEX: #24353D | RGB: rgb(36, 53, 61) | CMYK: 41%, 13%, 0%, 76% | HSV: 199°, 41%, 24%. Copy any format from the conversion table above.
What colors go well with #24353D?
The complementary color is HSL(20, 26%, 19%). For a triadic harmony, use hues 200°, 320°, and 80°. For analogous combinations, try hues 170° and 230°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(200, 26%, 19%) in CSS?
As HSL: color: hsl(200, 26%, 19%); — As HEX: color: #24353D; — As RGB: color: rgb(36, 53, 61); — Tailwind CSS: bg-[hsl(200,26%,19%)] — CSS variable: --color-primary: hsl(200, 26%, 19%);