HSL(230, 16%, 45%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(230,16%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(230, 16%, 45%) | color: hsl(230, 16%, 45%) | |
| HEX | #606785 | color: #606785 | |
| RGB | rgb(96, 103, 133) | color: rgb(96, 103, 133) | |
| CMYK | cmyk(28%, 23%, 0%, 48%) | — | |
| HSV | hsv(229, 28%, 52%) | — | |
| HWB | hwb(229 37% 48%) | color: hwb(229 37% 48%) | |
| OKLCH | oklch(0.5194 0.0482 274.39) | color: oklch(0.5194 0.0482 274.39) | |
| Lab | lab(44.06 4.59 -17.48) | color: lab(44.06 4.59 -17.48) | |
| LCH | lch(44.06 18.07 284.71) | color: lch(44.06 18.07 284.71) |
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)
#63637E — rgb(99, 99, 126)
Deuteranopia (Green-blind)
#63627C — rgb(99, 98, 124)
Tritanopia (Blue-blind)
#607877 — rgb(96, 120, 119)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(230, 16%, 45%);
text
color: hsl(230, 16%, 45%);
border
border: 2px solid hsl(230, 16%, 45%);
gradient light
background: linear-gradient(to right, hsl(230, 16%, 65%), hsl(230, 16%, 45%));
gradient dark
background: linear-gradient(to right, hsl(230, 16%, 45%), hsl(230, 16%, 25%))
hex
background-color: #606785;
tailwind
bg-[hsl(230,16%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(230, 16%, 45%, 0.4);
css variable
--color-primary: hsl(230, 16%, 45%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(230, 16%, 45%)?
HEX: #606785 | RGB: rgb(96, 103, 133) | CMYK: 28%, 23%, 0%, 48% | HSV: 229°, 28%, 52%. Copy any format from the conversion table above.
What colors go well with #606785?
The complementary color is HSL(50, 16%, 45%). For a triadic harmony, use hues 230°, 350°, and 110°. For analogous combinations, try hues 200° and 260°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(230, 16%, 45%) in CSS?
As HSL: color: hsl(230, 16%, 45%); — As HEX: color: #606785; — As RGB: color: rgb(96, 103, 133); — Tailwind CSS: bg-[hsl(230,16%,45%)] — CSS variable: --color-primary: hsl(230, 16%, 45%);