HSL(159, 10%, 30%)
Grayish Cyan — Cyan color
Adjust Color
Color Information
Color Name
Grayish Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(159,10%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(159, 10%, 30%) | color: hsl(159, 10%, 30%) | |
| HEX | #45544F | color: #45544F | |
| RGB | rgb(69, 84, 79) | color: rgb(69, 84, 79) | |
| CMYK | cmyk(18%, 0%, 6%, 67%) | — | |
| HSV | hsv(160, 18%, 33%) | — | |
| HWB | hwb(160 27% 67%) | color: hwb(160 27% 67%) | |
| OKLCH | oklch(0.4313 0.0205 173.12) | color: oklch(0.4313 0.0205 173.12) | |
| Lab | lab(34.33 -7.02 0.97) | color: lab(34.33 -7.02 0.97) | |
| LCH | lch(34.33 7.09 172.13) | color: lch(34.33 7.09 172.13) |
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)
#4B4C50 — rgb(75, 76, 80)
Deuteranopia (Green-blind)
#4B4A51 — rgb(75, 74, 81)
Tritanopia (Blue-blind)
#465151 — rgb(70, 81, 81)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(159, 10%, 30%);
text
color: hsl(159, 10%, 30%);
border
border: 2px solid hsl(159, 10%, 30%);
gradient light
background: linear-gradient(to right, hsl(159, 10%, 50%), hsl(159, 10%, 30%));
gradient dark
background: linear-gradient(to right, hsl(159, 10%, 30%), hsl(159, 10%, 10%))
hex
background-color: #45544F;
tailwind
bg-[hsl(159,10%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(159, 10%, 30%, 0.4);
css variable
--color-primary: hsl(159, 10%, 30%);
Related Colors
Use Cases for Grayish Cyan
Frequently Asked Questions
What are all the color codes for HSL(159, 10%, 30%)?
HEX: #45544F | RGB: rgb(69, 84, 79) | CMYK: 18%, 0%, 6%, 67% | HSV: 160°, 18%, 33%. Copy any format from the conversion table above.
What colors go well with #45544F?
The complementary color is HSL(339, 10%, 30%). For a triadic harmony, use hues 159°, 279°, and 39°. For analogous combinations, try hues 129° and 189°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(159, 10%, 30%) in CSS?
As HSL: color: hsl(159, 10%, 30%); — As HEX: color: #45544F; — As RGB: color: rgb(69, 84, 79); — Tailwind CSS: bg-[hsl(159,10%,30%)] — CSS variable: --color-primary: hsl(159, 10%, 30%);