HSL(233, 35%, 54%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(233,35%,54%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 35%, 54%) | color: hsl(233, 35%, 54%) | |
| HEX | #616AB3 | color: #616AB3 | |
| RGB | rgb(97, 106, 179) | color: rgb(97, 106, 179) | |
| CMYK | cmyk(46%, 41%, 0%, 30%) | — | |
| HSV | hsv(233, 46%, 70%) | — | |
| HWB | hwb(233 38% 30%) | color: hwb(233 38% 30%) | |
| OKLCH | oklch(0.5502 0.1135 276.67) | color: oklch(0.5502 0.1135 276.67) | |
| Lab | lab(47.11 16.26 -39.93) | color: lab(47.11 16.26 -39.93) | |
| LCH | lch(47.11 43.11 292.16) | color: lch(47.11 43.11 292.16) |
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)
#6565A1 — rgb(101, 101, 161)
Deuteranopia (Green-blind)
#64649D — rgb(100, 100, 157)
Tritanopia (Blue-blind)
#619390 — rgb(97, 147, 144)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 35%, 54%);
text
color: hsl(233, 35%, 54%);
border
border: 2px solid hsl(233, 35%, 54%);
gradient light
background: linear-gradient(to right, hsl(233, 35%, 74%), hsl(233, 35%, 54%));
gradient dark
background: linear-gradient(to right, hsl(233, 35%, 54%), hsl(233, 35%, 34%))
hex
background-color: #616AB3;
tailwind
bg-[hsl(233,35%,54%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 35%, 54%, 0.4);
css variable
--color-primary: hsl(233, 35%, 54%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(233, 35%, 54%)?
HEX: #616AB3 | RGB: rgb(97, 106, 179) | CMYK: 46%, 41%, 0%, 30% | HSV: 233°, 46%, 70%. Copy any format from the conversion table above.
What colors go well with #616AB3?
The complementary color is HSL(53, 35%, 54%). 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%, 54%) in CSS?
As HSL: color: hsl(233, 35%, 54%); — As HEX: color: #616AB3; — As RGB: color: rgb(97, 106, 179); — Tailwind CSS: bg-[hsl(233,35%,54%)] — CSS variable: --color-primary: hsl(233, 35%, 54%);