HSL(155, 70%, 9%)
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(155,70%,9%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(155, 70%, 9%) | color: hsl(155, 70%, 9%) | |
| HEX | #07271A | color: #07271A | |
| RGB | rgb(7, 39, 26) | color: rgb(7, 39, 26) | |
| CMYK | cmyk(82%, 0%, 33%, 85%) | — | |
| HSV | hsv(156, 82%, 15%) | — | |
| HWB | hwb(156 3% 85%) | color: hwb(156 3% 85%) | |
| OKLCH | oklch(0.2449 0.0451 162.75) | color: oklch(0.2449 0.0451 162.75) | |
| Lab | lab(13.05 -15.68 5.24) | color: lab(13.05 -15.68 5.24) | |
| LCH | lch(13.05 16.53 161.52) | color: lch(13.05 16.53 161.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)
#15151D — rgb(21, 21, 29)
Deuteranopia (Green-blind)
#13111E — rgb(19, 17, 30)
Tritanopia (Blue-blind)
#092020 — rgb(9, 32, 32)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(155, 70%, 9%);
text
color: hsl(155, 70%, 9%);
border
border: 2px solid hsl(155, 70%, 9%);
gradient light
background: linear-gradient(to right, hsl(155, 70%, 29%), hsl(155, 70%, 9%));
gradient dark
background: linear-gradient(to right, hsl(155, 70%, 9%), hsl(155, 70%, 0%))
hex
background-color: #07271A;
tailwind
bg-[hsl(155,70%,9%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(155, 70%, 9%, 0.4);
css variable
--color-primary: hsl(155, 70%, 9%);
Related Colors
Use Cases for Very Dark Cyan
Frequently Asked Questions
What are all the color codes for HSL(155, 70%, 9%)?
HEX: #07271A | RGB: rgb(7, 39, 26) | CMYK: 82%, 0%, 33%, 85% | HSV: 156°, 82%, 15%. Copy any format from the conversion table above.
What colors go well with #07271A?
The complementary color is HSL(335, 70%, 9%). For a triadic harmony, use hues 155°, 275°, and 35°. For analogous combinations, try hues 125° and 185°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(155, 70%, 9%) in CSS?
As HSL: color: hsl(155, 70%, 9%); — As HEX: color: #07271A; — As RGB: color: rgb(7, 39, 26); — Tailwind CSS: bg-[hsl(155,70%,9%)] — CSS variable: --color-primary: hsl(155, 70%, 9%);