HSL(233, 6%, 28%)
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,6%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 6%, 28%) | color: hsl(233, 6%, 28%) | |
| HEX | #43444C | color: #43444C | |
| RGB | rgb(67, 68, 76) | color: rgb(67, 68, 76) | |
| CMYK | cmyk(12%, 11%, 0%, 70%) | — | |
| HSV | hsv(233, 12%, 30%) | — | |
| HWB | hwb(233 26% 70%) | color: hwb(233 26% 70%) | |
| OKLCH | oklch(0.3887 0.0135 280.08) | color: oklch(0.3887 0.0135 280.08) | |
| Lab | lab(29.03 1.46 -4.95) | color: lab(29.03 1.46 -4.95) | |
| LCH | lch(29.03 5.16 286.43) | color: lch(29.03 5.16 286.43) |
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)
#43434A — rgb(67, 67, 74)
Deuteranopia (Green-blind)
#43434A — rgb(67, 67, 74)
Tritanopia (Blue-blind)
#434948 — rgb(67, 73, 72)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 6%, 28%);
text
color: hsl(233, 6%, 28%);
border
border: 2px solid hsl(233, 6%, 28%);
gradient light
background: linear-gradient(to right, hsl(233, 6%, 48%), hsl(233, 6%, 28%));
gradient dark
background: linear-gradient(to right, hsl(233, 6%, 28%), hsl(233, 6%, 8%))
hex
background-color: #43444C;
tailwind
bg-[hsl(233,6%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 6%, 28%, 0.4);
css variable
--color-primary: hsl(233, 6%, 28%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(233, 6%, 28%)?
HEX: #43444C | RGB: rgb(67, 68, 76) | CMYK: 12%, 11%, 0%, 70% | HSV: 233°, 12%, 30%. Copy any format from the conversion table above.
What colors go well with #43444C?
The complementary color is HSL(53, 6%, 28%). 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, 6%, 28%) in CSS?
As HSL: color: hsl(233, 6%, 28%); — As HEX: color: #43444C; — As RGB: color: rgb(67, 68, 76); — Tailwind CSS: bg-[hsl(233,6%,28%)] — CSS variable: --color-primary: hsl(233, 6%, 28%);