HSL(237, 35%, 32%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(237,35%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(237, 35%, 32%) | color: hsl(237, 35%, 32%) | |
| HEX | #35386E | color: #35386E | |
| RGB | rgb(53, 56, 110) | color: rgb(53, 56, 110) | |
| CMYK | cmyk(52%, 49%, 0%, 57%) | — | |
| HSV | hsv(237, 52%, 43%) | — | |
| HWB | hwb(237 21% 57%) | color: hwb(237 21% 57%) | |
| OKLCH | oklch(0.367 0.0916 278.47) | color: oklch(0.367 0.0916 278.47) | |
| Lab | lab(25.89 15.09 -31.88) | color: lab(25.89 15.09 -31.88) | |
| LCH | lch(25.89 35.27 295.33) | color: lch(25.89 35.27 295.33) |
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)
#363661 — rgb(54, 54, 97)
Deuteranopia (Green-blind)
#36365E — rgb(54, 54, 94)
Tritanopia (Blue-blind)
#355754 — rgb(53, 87, 84)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(237, 35%, 32%);
text
color: hsl(237, 35%, 32%);
border
border: 2px solid hsl(237, 35%, 32%);
gradient light
background: linear-gradient(to right, hsl(237, 35%, 52%), hsl(237, 35%, 32%));
gradient dark
background: linear-gradient(to right, hsl(237, 35%, 32%), hsl(237, 35%, 12%))
hex
background-color: #35386E;
tailwind
bg-[hsl(237,35%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(237, 35%, 32%, 0.4);
css variable
--color-primary: hsl(237, 35%, 32%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(237, 35%, 32%)?
HEX: #35386E | RGB: rgb(53, 56, 110) | CMYK: 52%, 49%, 0%, 57% | HSV: 237°, 52%, 43%. Copy any format from the conversion table above.
What colors go well with #35386E?
The complementary color is HSL(57, 35%, 32%). 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, 35%, 32%) in CSS?
As HSL: color: hsl(237, 35%, 32%); — As HEX: color: #35386E; — As RGB: color: rgb(53, 56, 110); — Tailwind CSS: bg-[hsl(237,35%,32%)] — CSS variable: --color-primary: hsl(237, 35%, 32%);