HSL(180, 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(180,80%,14%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(180, 80%, 14%) | color: hsl(180, 80%, 14%) | |
| HEX | #074040 | color: #074040 | |
| RGB | rgb(7, 64, 64) | color: rgb(7, 64, 64) | |
| CMYK | cmyk(89%, 0%, 0%, 75%) | — | |
| HSV | hsv(180, 89%, 25%) | — | |
| HWB | hwb(180 3% 75%) | color: hwb(180 3% 75%) | |
| OKLCH | oklch(0.338 0.0543 194.89) | color: oklch(0.338 0.0543 194.89) | |
| Lab | lab(23.94 -16.89 -5.01) | color: lab(23.94 -16.89 -5.01) | |
| LCH | lch(23.94 17.62 196.52) | color: lch(23.94 17.62 196.52) |
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)
#202040 — rgb(32, 32, 64)
Deuteranopia (Green-blind)
#1C1840 — rgb(28, 24, 64)
Tritanopia (Blue-blind)
#0A4040 — rgb(10, 64, 64)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(180, 80%, 14%);
text
color: hsl(180, 80%, 14%);
border
border: 2px solid hsl(180, 80%, 14%);
gradient light
background: linear-gradient(to right, hsl(180, 80%, 34%), hsl(180, 80%, 14%));
gradient dark
background: linear-gradient(to right, hsl(180, 80%, 14%), hsl(180, 80%, 0%))
hex
background-color: #074040;
tailwind
bg-[hsl(180,80%,14%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(180, 80%, 14%, 0.4);
css variable
--color-primary: hsl(180, 80%, 14%);
Related Colors
Use Cases for Very Dark Cyan
Frequently Asked Questions
What are all the color codes for HSL(180, 80%, 14%)?
HEX: #074040 | RGB: rgb(7, 64, 64) | CMYK: 89%, 0%, 0%, 75% | HSV: 180°, 89%, 25%. Copy any format from the conversion table above.
What colors go well with #074040?
The complementary color is HSL(0, 80%, 14%). For a triadic harmony, use hues 180°, 300°, and 60°. For analogous combinations, try hues 150° and 210°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(180, 80%, 14%) in CSS?
As HSL: color: hsl(180, 80%, 14%); — As HEX: color: #074040; — As RGB: color: rgb(7, 64, 64); — Tailwind CSS: bg-[hsl(180,80%,14%)] — CSS variable: --color-primary: hsl(180, 80%, 14%);