HSL(184, 20%, 16%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(184,20%,16%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(184, 20%, 16%) | color: hsl(184, 20%, 16%) | |
| HEX | #213031 | color: #213031 | |
| RGB | rgb(33, 48, 49) | color: rgb(33, 48, 49) | |
| CMYK | cmyk(33%, 2%, 0%, 81%) | — | |
| HSV | hsv(184, 33%, 19%) | — | |
| HWB | hwb(184 13% 81%) | color: hwb(184 13% 81%) | |
| OKLCH | oklch(0.2962 0.0201 201.28) | color: oklch(0.2962 0.0201 201.28) | |
| Lab | lab(18.62 -5.92 -2.67) | color: lab(18.62 -5.92 -2.67) | |
| LCH | lch(18.62 6.49 204.28) | color: lch(18.62 6.49 204.28) |
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)
#272831 — rgb(39, 40, 49)
Deuteranopia (Green-blind)
#272631 — rgb(39, 38, 49)
Tritanopia (Blue-blind)
#223131 — rgb(34, 49, 49)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(184, 20%, 16%);
text
color: hsl(184, 20%, 16%);
border
border: 2px solid hsl(184, 20%, 16%);
gradient light
background: linear-gradient(to right, hsl(184, 20%, 36%), hsl(184, 20%, 16%));
gradient dark
background: linear-gradient(to right, hsl(184, 20%, 16%), hsl(184, 20%, 0%))
hex
background-color: #213031;
tailwind
bg-[hsl(184,20%,16%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(184, 20%, 16%, 0.4);
css variable
--color-primary: hsl(184, 20%, 16%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(184, 20%, 16%)?
HEX: #213031 | RGB: rgb(33, 48, 49) | CMYK: 33%, 2%, 0%, 81% | HSV: 184°, 33%, 19%. Copy any format from the conversion table above.
What colors go well with #213031?
The complementary color is HSL(4, 20%, 16%). For a triadic harmony, use hues 184°, 304°, and 64°. For analogous combinations, try hues 154° and 214°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(184, 20%, 16%) in CSS?
As HSL: color: hsl(184, 20%, 16%); — As HEX: color: #213031; — As RGB: color: rgb(33, 48, 49); — Tailwind CSS: bg-[hsl(184,20%,16%)] — CSS variable: --color-primary: hsl(184, 20%, 16%);