HSL(161, 66%, 15%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(161,66%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(161, 66%, 15%) | color: hsl(161, 66%, 15%) | |
| HEX | #0D3F30 | color: #0D3F30 | |
| RGB | rgb(13, 63, 48) | color: rgb(13, 63, 48) | |
| CMYK | cmyk(79%, 0%, 24%, 75%) | — | |
| HSV | hsv(162, 79%, 25%) | — | |
| HWB | hwb(162 5% 75%) | color: hwb(162 5% 75%) | |
| OKLCH | oklch(0.3305 0.0586 168.64) | color: oklch(0.3305 0.0586 168.64) | |
| Lab | lab(23.18 -20.65 4.52) | color: lab(23.18 -20.65 4.52) | |
| LCH | lch(23.18 21.14 167.65) | color: lch(23.18 21.14 167.65) |
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)
#232334 — rgb(35, 35, 52)
Deuteranopia (Green-blind)
#201C35 — rgb(32, 28, 53)
Tritanopia (Blue-blind)
#103637 — rgb(16, 54, 55)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(161, 66%, 15%);
text
color: hsl(161, 66%, 15%);
border
border: 2px solid hsl(161, 66%, 15%);
gradient light
background: linear-gradient(to right, hsl(161, 66%, 35%), hsl(161, 66%, 15%));
gradient dark
background: linear-gradient(to right, hsl(161, 66%, 15%), hsl(161, 66%, 0%))
hex
background-color: #0D3F30;
tailwind
bg-[hsl(161,66%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(161, 66%, 15%, 0.4);
css variable
--color-primary: hsl(161, 66%, 15%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(161, 66%, 15%)?
HEX: #0D3F30 | RGB: rgb(13, 63, 48) | CMYK: 79%, 0%, 24%, 75% | HSV: 162°, 79%, 25%. Copy any format from the conversion table above.
What colors go well with #0D3F30?
The complementary color is HSL(341, 66%, 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, 66%, 15%) in CSS?
As HSL: color: hsl(161, 66%, 15%); — As HEX: color: #0D3F30; — As RGB: color: rgb(13, 63, 48); — Tailwind CSS: bg-[hsl(161,66%,15%)] — CSS variable: --color-primary: hsl(161, 66%, 15%);