HSL(232, 11%, 55%)
Grayish Blue — Blue color
Adjust Color
Color Information
Color Name
Grayish Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(232,11%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(232, 11%, 55%) | color: hsl(232, 11%, 55%) | |
| HEX | #808399 | color: #808399 | |
| RGB | rgb(128, 131, 153) | color: rgb(128, 131, 153) | |
| CMYK | cmyk(16%, 14%, 0%, 40%) | — | |
| HSV | hsv(233, 16%, 60%) | — | |
| HWB | hwb(233 50% 40%) | color: hwb(233 50% 40%) | |
| OKLCH | oklch(0.6151 0.0333 279.24) | color: oklch(0.6151 0.0333 279.24) | |
| Lab | lab(55.2 3.64 -12.12) | color: lab(55.2 3.64 -12.12) | |
| LCH | lch(55.2 12.65 286.72) | color: lch(55.2 12.65 286.72) |
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)
#818194 — rgb(129, 129, 148)
Deuteranopia (Green-blind)
#818192 — rgb(129, 129, 146)
Tritanopia (Blue-blind)
#808F8F — rgb(128, 143, 143)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(232, 11%, 55%);
text
color: hsl(232, 11%, 55%);
border
border: 2px solid hsl(232, 11%, 55%);
gradient light
background: linear-gradient(to right, hsl(232, 11%, 75%), hsl(232, 11%, 55%));
gradient dark
background: linear-gradient(to right, hsl(232, 11%, 55%), hsl(232, 11%, 35%))
hex
background-color: #808399;
tailwind
bg-[hsl(232,11%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(232, 11%, 55%, 0.4);
css variable
--color-primary: hsl(232, 11%, 55%);
Related Colors
Use Cases for Grayish Blue
Frequently Asked Questions
What are all the color codes for HSL(232, 11%, 55%)?
HEX: #808399 | RGB: rgb(128, 131, 153) | CMYK: 16%, 14%, 0%, 40% | HSV: 233°, 16%, 60%. Copy any format from the conversion table above.
What colors go well with #808399?
The complementary color is HSL(52, 11%, 55%). 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, 11%, 55%) in CSS?
As HSL: color: hsl(232, 11%, 55%); — As HEX: color: #808399; — As RGB: color: rgb(128, 131, 153); — Tailwind CSS: bg-[hsl(232,11%,55%)] — CSS variable: --color-primary: hsl(232, 11%, 55%);