HSL(152, 38%, 16%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(152,38%,16%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(152, 38%, 16%) | color: hsl(152, 38%, 16%) | |
| HEX | #19382A | color: #19382A | |
| RGB | rgb(25, 56, 42) | color: rgb(25, 56, 42) | |
| CMYK | cmyk(55%, 0%, 25%, 78%) | — | |
| HSV | hsv(153, 55%, 22%) | — | |
| HWB | hwb(153 10% 78%) | color: hwb(153 10% 78%) | |
| OKLCH | oklch(0.312 0.0453 162.67) | color: oklch(0.312 0.0453 162.67) | |
| Lab | lab(20.84 -15.57 5.26) | color: lab(20.84 -15.57 5.26) | |
| LCH | lch(20.84 16.43 161.33) | color: lch(20.84 16.43 161.33) |
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)
#26272D — rgb(38, 39, 45)
Deuteranopia (Green-blind)
#25222E — rgb(37, 34, 46)
Tritanopia (Blue-blind)
#1B3031 — rgb(27, 48, 49)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(152, 38%, 16%);
text
color: hsl(152, 38%, 16%);
border
border: 2px solid hsl(152, 38%, 16%);
gradient light
background: linear-gradient(to right, hsl(152, 38%, 36%), hsl(152, 38%, 16%));
gradient dark
background: linear-gradient(to right, hsl(152, 38%, 16%), hsl(152, 38%, 0%))
hex
background-color: #19382A;
tailwind
bg-[hsl(152,38%,16%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(152, 38%, 16%, 0.4);
css variable
--color-primary: hsl(152, 38%, 16%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(152, 38%, 16%)?
HEX: #19382A | RGB: rgb(25, 56, 42) | CMYK: 55%, 0%, 25%, 78% | HSV: 153°, 55%, 22%. Copy any format from the conversion table above.
What colors go well with #19382A?
The complementary color is HSL(332, 38%, 16%). For a triadic harmony, use hues 152°, 272°, and 32°. For analogous combinations, try hues 122° and 182°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(152, 38%, 16%) in CSS?
As HSL: color: hsl(152, 38%, 16%); — As HEX: color: #19382A; — As RGB: color: rgb(25, 56, 42); — Tailwind CSS: bg-[hsl(152,38%,16%)] — CSS variable: --color-primary: hsl(152, 38%, 16%);