HSL(155, 40%, 10%)
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,40%,10%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(155, 40%, 10%) | color: hsl(155, 40%, 10%) | |
| HEX | #0F241B | color: #0F241B | |
| RGB | rgb(15, 36, 27) | color: rgb(15, 36, 27) | |
| CMYK | cmyk(58%, 0%, 25%, 86%) | — | |
| HSV | hsv(154, 58%, 14%) | — | |
| HWB | hwb(154 6% 86%) | color: hwb(154 6% 86%) | |
| OKLCH | oklch(0.2394 0.0325 164.25) | color: oklch(0.2394 0.0325 164.25) | |
| Lab | lab(12.24 -11.22 3.43) | color: lab(12.24 -11.22 3.43) | |
| LCH | lch(12.24 11.73 163) | color: lch(12.24 11.73 163) |
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)
#18181D — rgb(24, 24, 29)
Deuteranopia (Green-blind)
#17151E — rgb(23, 21, 30)
Tritanopia (Blue-blind)
#101F1F — rgb(16, 31, 31)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(155, 40%, 10%);
text
color: hsl(155, 40%, 10%);
border
border: 2px solid hsl(155, 40%, 10%);
gradient light
background: linear-gradient(to right, hsl(155, 40%, 30%), hsl(155, 40%, 10%));
gradient dark
background: linear-gradient(to right, hsl(155, 40%, 10%), hsl(155, 40%, 0%))
hex
background-color: #0F241B;
tailwind
bg-[hsl(155,40%,10%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(155, 40%, 10%, 0.4);
css variable
--color-primary: hsl(155, 40%, 10%);
Related Colors
Use Cases for Very Dark Cyan
Frequently Asked Questions
What are all the color codes for HSL(155, 40%, 10%)?
HEX: #0F241B | RGB: rgb(15, 36, 27) | CMYK: 58%, 0%, 25%, 86% | HSV: 154°, 58%, 14%. Copy any format from the conversion table above.
What colors go well with #0F241B?
The complementary color is HSL(335, 40%, 10%). 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, 40%, 10%) in CSS?
As HSL: color: hsl(155, 40%, 10%); — As HEX: color: #0F241B; — As RGB: color: rgb(15, 36, 27); — Tailwind CSS: bg-[hsl(155,40%,10%)] — CSS variable: --color-primary: hsl(155, 40%, 10%);