HSL(161, 80%, 14%)
Very Dark Cyan — Cyan color
Adjust Color
Color Information
Color Name
Very Dark Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(161,80%,14%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(161, 80%, 14%) | color: hsl(161, 80%, 14%) | |
| HEX | #07402E | color: #07402E | |
| RGB | rgb(7, 64, 46) | color: rgb(7, 64, 46) | |
| CMYK | cmyk(89%, 0%, 28%, 75%) | — | |
| HSV | hsv(161, 89%, 25%) | — | |
| HWB | hwb(161 3% 75%) | color: hwb(161 3% 75%) | |
| OKLCH | oklch(0.3314 0.0645 166.07) | color: oklch(0.3314 0.0645 166.07) | |
| Lab | lab(23.37 -22.72 6.08) | color: lab(23.37 -22.72 6.08) | |
| LCH | lch(23.37 23.52 165.02) | color: lch(23.37 23.52 165.02) |
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)
#202032 — rgb(32, 32, 50)
Deuteranopia (Green-blind)
#1C1833 — rgb(28, 24, 51)
Tritanopia (Blue-blind)
#0A3637 — rgb(10, 54, 55)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(161, 80%, 14%);
text
color: hsl(161, 80%, 14%);
border
border: 2px solid hsl(161, 80%, 14%);
gradient light
background: linear-gradient(to right, hsl(161, 80%, 34%), hsl(161, 80%, 14%));
gradient dark
background: linear-gradient(to right, hsl(161, 80%, 14%), hsl(161, 80%, 0%))
hex
background-color: #07402E;
tailwind
bg-[hsl(161,80%,14%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(161, 80%, 14%, 0.4);
css variable
--color-primary: hsl(161, 80%, 14%);
Related Colors
Use Cases for Very Dark Cyan
Frequently Asked Questions
What are all the color codes for HSL(161, 80%, 14%)?
HEX: #07402E | RGB: rgb(7, 64, 46) | CMYK: 89%, 0%, 28%, 75% | HSV: 161°, 89%, 25%. Copy any format from the conversion table above.
What colors go well with #07402E?
The complementary color is HSL(341, 80%, 14%). 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, 80%, 14%) in CSS?
As HSL: color: hsl(161, 80%, 14%); — As HEX: color: #07402E; — As RGB: color: rgb(7, 64, 46); — Tailwind CSS: bg-[hsl(161,80%,14%)] — CSS variable: --color-primary: hsl(161, 80%, 14%);