HSL(233, 5%, 69%)
Grayish Gray — Gray color
Adjust Color
Color Information
Color Name
Grayish Gray
Color Family
Gray
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(233,5%,69%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 5%, 69%) | color: hsl(233, 5%, 69%) | |
| HEX | #ACADB4 | color: #ACADB4 | |
| RGB | rgb(172, 173, 180) | color: rgb(172, 173, 180) | |
| CMYK | cmyk(4%, 4%, 0%, 29%) | — | |
| HSV | hsv(233, 4%, 71%) | — | |
| HWB | hwb(233 68% 29%) | color: hwb(233 68% 29%) | |
| OKLCH | oklch(0.749 0.01 279.63) | color: oklch(0.749 0.01 279.63) | |
| Lab | lab(70.84 0.99 -3.7) | color: lab(70.84 0.99 -3.7) | |
| LCH | lch(70.84 3.83 284.98) | color: lch(70.84 3.83 284.98) |
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)
#ACACB2 — rgb(172, 172, 178)
Deuteranopia (Green-blind)
#ACACB2 — rgb(172, 172, 178)
Tritanopia (Blue-blind)
#ACB1B1 — rgb(172, 177, 177)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 5%, 69%);
text
color: hsl(233, 5%, 69%);
border
border: 2px solid hsl(233, 5%, 69%);
gradient light
background: linear-gradient(to right, hsl(233, 5%, 89%), hsl(233, 5%, 69%));
gradient dark
background: linear-gradient(to right, hsl(233, 5%, 69%), hsl(233, 5%, 49%))
hex
background-color: #ACADB4;
tailwind
bg-[hsl(233,5%,69%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 5%, 69%, 0.4);
css variable
--color-primary: hsl(233, 5%, 69%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(233, 5%, 69%)?
HEX: #ACADB4 | RGB: rgb(172, 173, 180) | CMYK: 4%, 4%, 0%, 29% | HSV: 233°, 4%, 71%. Copy any format from the conversion table above.
What colors go well with #ACADB4?
The complementary color is HSL(53, 5%, 69%). 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, 5%, 69%) in CSS?
As HSL: color: hsl(233, 5%, 69%); — As HEX: color: #ACADB4; — As RGB: color: rgb(172, 173, 180); — Tailwind CSS: bg-[hsl(233,5%,69%)] — CSS variable: --color-primary: hsl(233, 5%, 69%);