HSL(161, 25%, 15%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(161,25%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(161, 25%, 15%) | color: hsl(161, 25%, 15%) | |
| HEX | #1D302A | color: #1D302A | |
| RGB | rgb(29, 48, 42) | color: rgb(29, 48, 42) | |
| CMYK | cmyk(40%, 0%, 13%, 81%) | — | |
| HSV | hsv(161, 40%, 19%) | — | |
| HWB | hwb(161 11% 81%) | color: hwb(161 11% 81%) | |
| OKLCH | oklch(0.2906 0.0272 172.53) | color: oklch(0.2906 0.0272 172.53) | |
| Lab | lab(18.11 -9.41 1.39) | color: lab(18.11 -9.41 1.39) | |
| LCH | lch(18.11 9.51 171.6) | color: lch(18.11 9.51 171.6) |
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)
#25252B — rgb(37, 37, 43)
Deuteranopia (Green-blind)
#24232C — rgb(36, 35, 44)
Tritanopia (Blue-blind)
#1E2D2D — rgb(30, 45, 45)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(161, 25%, 15%);
text
color: hsl(161, 25%, 15%);
border
border: 2px solid hsl(161, 25%, 15%);
gradient light
background: linear-gradient(to right, hsl(161, 25%, 35%), hsl(161, 25%, 15%));
gradient dark
background: linear-gradient(to right, hsl(161, 25%, 15%), hsl(161, 25%, 0%))
hex
background-color: #1D302A;
tailwind
bg-[hsl(161,25%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(161, 25%, 15%, 0.4);
css variable
--color-primary: hsl(161, 25%, 15%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(161, 25%, 15%)?
HEX: #1D302A | RGB: rgb(29, 48, 42) | CMYK: 40%, 0%, 13%, 81% | HSV: 161°, 40%, 19%. Copy any format from the conversion table above.
What colors go well with #1D302A?
The complementary color is HSL(341, 25%, 15%). For a triadic harmony, use hues 161°, 281°, and 41°. For analogous combinations, try hues 131° and 191°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(161, 25%, 15%) in CSS?
As HSL: color: hsl(161, 25%, 15%); — As HEX: color: #1D302A; — As RGB: color: rgb(29, 48, 42); — Tailwind CSS: bg-[hsl(161,25%,15%)] — CSS variable: --color-primary: hsl(161, 25%, 15%);