HSL(155, 90%, 12%)
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,90%,12%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(155, 90%, 12%) | color: hsl(155, 90%, 12%) | |
| HEX | #033A23 | color: #033A23 | |
| RGB | rgb(3, 58, 35) | color: rgb(3, 58, 35) | |
| CMYK | cmyk(95%, 0%, 40%, 77%) | — | |
| HSV | hsv(155, 95%, 23%) | — | |
| HWB | hwb(155 1% 77%) | color: hwb(155 1% 77%) | |
| OKLCH | oklch(0.3083 0.0683 159.22) | color: oklch(0.3083 0.0683 159.22) | |
| Lab | lab(20.7 -23.6 9.61) | color: lab(20.7 -23.6 9.61) | |
| LCH | lch(20.7 25.48 157.84) | color: lch(20.7 25.48 157.84) |
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)
#1B1B29 — rgb(27, 27, 41)
Deuteranopia (Green-blind)
#18142A — rgb(24, 20, 42)
Tritanopia (Blue-blind)
#062D2E — rgb(6, 45, 46)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(155, 90%, 12%);
text
color: hsl(155, 90%, 12%);
border
border: 2px solid hsl(155, 90%, 12%);
gradient light
background: linear-gradient(to right, hsl(155, 90%, 32%), hsl(155, 90%, 12%));
gradient dark
background: linear-gradient(to right, hsl(155, 90%, 12%), hsl(155, 90%, 0%))
hex
background-color: #033A23;
tailwind
bg-[hsl(155,90%,12%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(155, 90%, 12%, 0.4);
css variable
--color-primary: hsl(155, 90%, 12%);
Related Colors
Use Cases for Very Dark Cyan
Frequently Asked Questions
What are all the color codes for HSL(155, 90%, 12%)?
HEX: #033A23 | RGB: rgb(3, 58, 35) | CMYK: 95%, 0%, 40%, 77% | HSV: 155°, 95%, 23%. Copy any format from the conversion table above.
What colors go well with #033A23?
The complementary color is HSL(335, 90%, 12%). 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, 90%, 12%) in CSS?
As HSL: color: hsl(155, 90%, 12%); — As HEX: color: #033A23; — As RGB: color: rgb(3, 58, 35); — Tailwind CSS: bg-[hsl(155,90%,12%)] — CSS variable: --color-primary: hsl(155, 90%, 12%);