HSL(232, 10%, 37%)
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,10%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(232, 10%, 37%) | color: hsl(232, 10%, 37%) | |
| HEX | #555768 | color: #555768 | |
| RGB | rgb(85, 87, 104) | color: rgb(85, 87, 104) | |
| CMYK | cmyk(18%, 16%, 0%, 59%) | — | |
| HSV | hsv(234, 18%, 41%) | — | |
| HWB | hwb(234 34% 59%) | color: hwb(234 34% 59%) | |
| OKLCH | oklch(0.4614 0.0276 279.96) | color: oklch(0.4614 0.0276 279.96) | |
| Lab | lab(37.38 3.17 -10.01) | color: lab(37.38 3.17 -10.01) | |
| LCH | lch(37.38 10.5 287.57) | color: lch(37.38 10.5 287.57) |
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)
#565664 — rgb(86, 86, 100)
Deuteranopia (Green-blind)
#565663 — rgb(86, 86, 99)
Tritanopia (Blue-blind)
#556160 — rgb(85, 97, 96)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(232, 10%, 37%);
text
color: hsl(232, 10%, 37%);
border
border: 2px solid hsl(232, 10%, 37%);
gradient light
background: linear-gradient(to right, hsl(232, 10%, 57%), hsl(232, 10%, 37%));
gradient dark
background: linear-gradient(to right, hsl(232, 10%, 37%), hsl(232, 10%, 17%))
hex
background-color: #555768;
tailwind
bg-[hsl(232,10%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(232, 10%, 37%, 0.4);
css variable
--color-primary: hsl(232, 10%, 37%);
Related Colors
Use Cases for Grayish Blue
Frequently Asked Questions
What are all the color codes for HSL(232, 10%, 37%)?
HEX: #555768 | RGB: rgb(85, 87, 104) | CMYK: 18%, 16%, 0%, 59% | HSV: 234°, 18%, 41%. Copy any format from the conversion table above.
What colors go well with #555768?
The complementary color is HSL(52, 10%, 37%). 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, 10%, 37%) in CSS?
As HSL: color: hsl(232, 10%, 37%); — As HEX: color: #555768; — As RGB: color: rgb(85, 87, 104); — Tailwind CSS: bg-[hsl(232,10%,37%)] — CSS variable: --color-primary: hsl(232, 10%, 37%);