HSL(233, 35%, 39%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(233,35%,39%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 35%, 39%) | color: hsl(233, 35%, 39%) | |
| HEX | #414986 | color: #414986 | |
| RGB | rgb(65, 73, 134) | color: rgb(65, 73, 134) | |
| CMYK | cmyk(51%, 46%, 0%, 47%) | — | |
| HSV | hsv(233, 51%, 53%) | — | |
| HWB | hwb(233 26% 47%) | color: hwb(233 26% 47%) | |
| OKLCH | oklch(0.4294 0.1007 275.68) | color: oklch(0.4294 0.1007 275.68) | |
| Lab | lab(33.16 14.86 -35.3) | color: lab(33.16 14.86 -35.3) | |
| LCH | lch(33.16 38.3 292.83) | color: lch(33.16 38.3 292.83) |
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)
#444577 — rgb(68, 69, 119)
Deuteranopia (Green-blind)
#444374 — rgb(68, 67, 116)
Tritanopia (Blue-blind)
#416C69 — rgb(65, 108, 105)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 35%, 39%);
text
color: hsl(233, 35%, 39%);
border
border: 2px solid hsl(233, 35%, 39%);
gradient light
background: linear-gradient(to right, hsl(233, 35%, 59%), hsl(233, 35%, 39%));
gradient dark
background: linear-gradient(to right, hsl(233, 35%, 39%), hsl(233, 35%, 19%))
hex
background-color: #414986;
tailwind
bg-[hsl(233,35%,39%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 35%, 39%, 0.4);
css variable
--color-primary: hsl(233, 35%, 39%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(233, 35%, 39%)?
HEX: #414986 | RGB: rgb(65, 73, 134) | CMYK: 51%, 46%, 0%, 47% | HSV: 233°, 51%, 53%. Copy any format from the conversion table above.
What colors go well with #414986?
The complementary color is HSL(53, 35%, 39%). For a triadic harmony, use hues 233°, 353°, and 113°. For analogous combinations, try hues 203° and 263°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(233, 35%, 39%) in CSS?
As HSL: color: hsl(233, 35%, 39%); — As HEX: color: #414986; — As RGB: color: rgb(65, 73, 134); — Tailwind CSS: bg-[hsl(233,35%,39%)] — CSS variable: --color-primary: hsl(233, 35%, 39%);