HSL(237, 16%, 25%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(237,16%,25%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(237, 16%, 25%) | color: hsl(237, 16%, 25%) | |
| HEX | #36374A | color: #36374A | |
| RGB | rgb(54, 55, 74) | color: rgb(54, 55, 74) | |
| CMYK | cmyk(27%, 26%, 0%, 71%) | — | |
| HSV | hsv(237, 27%, 29%) | — | |
| HWB | hwb(237 21% 71%) | color: hwb(237 21% 71%) | |
| OKLCH | oklch(0.344 0.0331 282.15) | color: oklch(0.344 0.0331 282.15) | |
| Lab | lab(23.71 4.53 -11.79) | color: lab(23.71 4.53 -11.79) | |
| LCH | lch(23.71 12.63 291.02) | color: lch(23.71 12.63 291.02) |
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)
#363645 — rgb(54, 54, 69)
Deuteranopia (Green-blind)
#363644 — rgb(54, 54, 68)
Tritanopia (Blue-blind)
#364241 — rgb(54, 66, 65)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(237, 16%, 25%);
text
color: hsl(237, 16%, 25%);
border
border: 2px solid hsl(237, 16%, 25%);
gradient light
background: linear-gradient(to right, hsl(237, 16%, 45%), hsl(237, 16%, 25%));
gradient dark
background: linear-gradient(to right, hsl(237, 16%, 25%), hsl(237, 16%, 5%))
hex
background-color: #36374A;
tailwind
bg-[hsl(237,16%,25%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(237, 16%, 25%, 0.4);
css variable
--color-primary: hsl(237, 16%, 25%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(237, 16%, 25%)?
HEX: #36374A | RGB: rgb(54, 55, 74) | CMYK: 27%, 26%, 0%, 71% | HSV: 237°, 27%, 29%. Copy any format from the conversion table above.
What colors go well with #36374A?
The complementary color is HSL(57, 16%, 25%). For a triadic harmony, use hues 237°, 357°, and 117°. For analogous combinations, try hues 207° and 267°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(237, 16%, 25%) in CSS?
As HSL: color: hsl(237, 16%, 25%); — As HEX: color: #36374A; — As RGB: color: rgb(54, 55, 74); — Tailwind CSS: bg-[hsl(237,16%,25%)] — CSS variable: --color-primary: hsl(237, 16%, 25%);