HSL(233, 32%, 57%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(233,32%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 32%, 57%) | color: hsl(233, 32%, 57%) | |
| HEX | #6E76B4 | color: #6E76B4 | |
| RGB | rgb(110, 118, 180) | color: rgb(110, 118, 180) | |
| CMYK | cmyk(39%, 34%, 0%, 29%) | — | |
| HSV | hsv(233, 39%, 71%) | — | |
| HWB | hwb(233 43% 29%) | color: hwb(233 43% 29%) | |
| OKLCH | oklch(0.5853 0.0954 277.41) | color: oklch(0.5853 0.0954 277.41) | |
| Lab | lab(51.34 12.69 -33.78) | color: lab(51.34 12.69 -33.78) | |
| LCH | lch(51.34 36.08 290.59) | color: lch(51.34 36.08 290.59) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#7172A5 — rgb(113, 114, 165)
Deuteranopia (Green-blind)
#7170A1 — rgb(113, 112, 161)
Tritanopia (Blue-blind)
#6E9997 — rgb(110, 153, 151)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 32%, 57%);
text
color: hsl(233, 32%, 57%);
border
border: 2px solid hsl(233, 32%, 57%);
gradient light
background: linear-gradient(to right, hsl(233, 32%, 77%), hsl(233, 32%, 57%));
gradient dark
background: linear-gradient(to right, hsl(233, 32%, 57%), hsl(233, 32%, 37%))
hex
background-color: #6E76B4;
tailwind
bg-[hsl(233,32%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 32%, 57%, 0.4);
css variable
--color-primary: hsl(233, 32%, 57%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(233, 32%, 57%)?
HEX: #6E76B4 | RGB: rgb(110, 118, 180) | CMYK: 39%, 34%, 0%, 29% | HSV: 233°, 39%, 71%. Copy any format from the conversion table above.
What colors go well with #6E76B4?
The complementary color is HSL(53, 32%, 57%). 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, 32%, 57%) in CSS?
As HSL: color: hsl(233, 32%, 57%); — As HEX: color: #6E76B4; — As RGB: color: rgb(110, 118, 180); — Tailwind CSS: bg-[hsl(233,32%,57%)] — CSS variable: --color-primary: hsl(233, 32%, 57%);