HSL(233, 2%, 41%)
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,2%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 2%, 41%) | color: hsl(233, 2%, 41%) | |
| HEX | #66676B | color: #66676B | |
| RGB | rgb(102, 103, 107) | color: rgb(102, 103, 107) | |
| CMYK | cmyk(5%, 4%, 0%, 58%) | — | |
| HSV | hsv(228, 5%, 42%) | — | |
| HWB | hwb(228 40% 58%) | color: hwb(228 40% 58%) | |
| OKLCH | oklch(0.5142 0.0064 274.88) | color: oklch(0.5142 0.0064 274.88) | |
| Lab | lab(43.63 0.46 -2.38) | color: lab(43.63 0.46 -2.38) | |
| LCH | lch(43.63 2.42 280.94) | color: lch(43.63 2.42 280.94) |
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)
#66666A — rgb(102, 102, 106)
Deuteranopia (Green-blind)
#66666A — rgb(102, 102, 106)
Tritanopia (Blue-blind)
#666969 — rgb(102, 105, 105)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 2%, 41%);
text
color: hsl(233, 2%, 41%);
border
border: 2px solid hsl(233, 2%, 41%);
gradient light
background: linear-gradient(to right, hsl(233, 2%, 61%), hsl(233, 2%, 41%));
gradient dark
background: linear-gradient(to right, hsl(233, 2%, 41%), hsl(233, 2%, 21%))
hex
background-color: #66676B;
tailwind
bg-[hsl(233,2%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 2%, 41%, 0.4);
css variable
--color-primary: hsl(233, 2%, 41%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(233, 2%, 41%)?
HEX: #66676B | RGB: rgb(102, 103, 107) | CMYK: 5%, 4%, 0%, 58% | HSV: 228°, 5%, 42%. Copy any format from the conversion table above.
What colors go well with #66676B?
The complementary color is HSL(53, 2%, 41%). 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, 2%, 41%) in CSS?
As HSL: color: hsl(233, 2%, 41%); — As HEX: color: #66676B; — As RGB: color: rgb(102, 103, 107); — Tailwind CSS: bg-[hsl(233,2%,41%)] — CSS variable: --color-primary: hsl(233, 2%, 41%);