HSL(232, 30%, 52%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(232,30%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(232, 30%, 52%) | color: hsl(232, 30%, 52%) | |
| HEX | #606AA9 | color: #606AA9 | |
| RGB | rgb(96, 106, 169) | color: rgb(96, 106, 169) | |
| CMYK | cmyk(43%, 37%, 0%, 34%) | — | |
| HSV | hsv(232, 43%, 66%) | — | |
| HWB | hwb(232 38% 34%) | color: hwb(232 38% 34%) | |
| OKLCH | oklch(0.5438 0.099 275.75) | color: oklch(0.5438 0.099 275.75) | |
| Lab | lab(46.52 12.97 -35.02) | color: lab(46.52 12.97 -35.02) | |
| LCH | lch(46.52 37.34 290.32) | color: lch(46.52 37.34 290.32) |
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)
#64649A — rgb(100, 100, 154)
Deuteranopia (Green-blind)
#646396 — rgb(100, 99, 150)
Tritanopia (Blue-blind)
#618E8B — rgb(97, 142, 139)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(232, 30%, 52%);
text
color: hsl(232, 30%, 52%);
border
border: 2px solid hsl(232, 30%, 52%);
gradient light
background: linear-gradient(to right, hsl(232, 30%, 72%), hsl(232, 30%, 52%));
gradient dark
background: linear-gradient(to right, hsl(232, 30%, 52%), hsl(232, 30%, 32%))
hex
background-color: #606AA9;
tailwind
bg-[hsl(232,30%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(232, 30%, 52%, 0.4);
css variable
--color-primary: hsl(232, 30%, 52%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(232, 30%, 52%)?
HEX: #606AA9 | RGB: rgb(96, 106, 169) | CMYK: 43%, 37%, 0%, 34% | HSV: 232°, 43%, 66%. Copy any format from the conversion table above.
What colors go well with #606AA9?
The complementary color is HSL(52, 30%, 52%). For a triadic harmony, use hues 232°, 352°, and 112°. For analogous combinations, try hues 202° and 262°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(232, 30%, 52%) in CSS?
As HSL: color: hsl(232, 30%, 52%); — As HEX: color: #606AA9; — As RGB: color: rgb(96, 106, 169); — Tailwind CSS: bg-[hsl(232,30%,52%)] — CSS variable: --color-primary: hsl(232, 30%, 52%);