HSL(237, 20%, 26%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(237,20%,26%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(237, 20%, 26%) | color: hsl(237, 20%, 26%) | |
| HEX | #353650 | color: #353650 | |
| RGB | rgb(53, 54, 80) | color: rgb(53, 54, 80) | |
| CMYK | cmyk(34%, 33%, 0%, 69%) | — | |
| HSV | hsv(238, 34%, 31%) | — | |
| HWB | hwb(238 20% 69%) | color: hwb(238 20% 69%) | |
| OKLCH | oklch(0.3437 0.0453 282.03) | color: oklch(0.3437 0.0453 282.03) | |
| Lab | lab(23.59 6.63 -15.97) | color: lab(23.59 6.63 -15.97) | |
| LCH | lch(23.59 17.29 292.55) | color: lch(23.59 17.29 292.55) |
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)
#35354A — rgb(53, 53, 74)
Deuteranopia (Green-blind)
#353548 — rgb(53, 53, 72)
Tritanopia (Blue-blind)
#354544 — rgb(53, 69, 68)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(237, 20%, 26%);
text
color: hsl(237, 20%, 26%);
border
border: 2px solid hsl(237, 20%, 26%);
gradient light
background: linear-gradient(to right, hsl(237, 20%, 46%), hsl(237, 20%, 26%));
gradient dark
background: linear-gradient(to right, hsl(237, 20%, 26%), hsl(237, 20%, 6%))
hex
background-color: #353650;
tailwind
bg-[hsl(237,20%,26%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(237, 20%, 26%, 0.4);
css variable
--color-primary: hsl(237, 20%, 26%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(237, 20%, 26%)?
HEX: #353650 | RGB: rgb(53, 54, 80) | CMYK: 34%, 33%, 0%, 69% | HSV: 238°, 34%, 31%. Copy any format from the conversion table above.
What colors go well with #353650?
The complementary color is HSL(57, 20%, 26%). 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, 20%, 26%) in CSS?
As HSL: color: hsl(237, 20%, 26%); — As HEX: color: #353650; — As RGB: color: rgb(53, 54, 80); — Tailwind CSS: bg-[hsl(237,20%,26%)] — CSS variable: --color-primary: hsl(237, 20%, 26%);