HSL(154, 50%, 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(154,50%,10%)]

Color Conversions

Format Value CSS Usage
HSL hsl(154, 50%, 10%) color: hsl(154, 50%, 10%)
HEX #0D261B color: #0D261B
RGB rgb(13, 38, 27) color: rgb(13, 38, 27)
CMYK cmyk(66%, 0%, 29%, 85%)
HSV hsv(154, 66%, 15%)
HWB hwb(154 5% 85%) color: hwb(154 5% 85%)
OKLCH oklch(0.2447 0.0379 162.73) color: oklch(0.2447 0.0379 162.73)
Lab lab(12.93 -13.09 4.4) color: lab(12.93 -13.09 4.4)
LCH lch(12.93 13.81 161.42) color: lch(12.93 13.81 161.42)

Color Theory

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 16.03:1
vs Black 1.31:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#18181E — rgb(24, 24, 30)

Deuteranopia (Green-blind)

#16151E — rgb(22, 21, 30)

Tritanopia (Blue-blind)

#0E2020 — rgb(14, 32, 32)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(154, 50%, 10%);

text

color: hsl(154, 50%, 10%);

border

border: 2px solid hsl(154, 50%, 10%);

gradient light

background: linear-gradient(to right, hsl(154, 50%, 30%), hsl(154, 50%, 10%));

gradient dark

background: linear-gradient(to right, hsl(154, 50%, 10%), hsl(154, 50%, 0%))

hex

background-color: #0D261B;

tailwind

bg-[hsl(154,50%,10%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(154, 50%, 10%, 0.4);

css variable

--color-primary: hsl(154, 50%, 10%);

Related Colors

Use Cases for Very Dark Cyan

Tech/SaaS products Medical apps Water/ocean themes Clean UI elements Data viz

Frequently Asked Questions

What are all the color codes for HSL(154, 50%, 10%)?

HEX: #0D261B | RGB: rgb(13, 38, 27) | CMYK: 66%, 0%, 29%, 85% | HSV: 154°, 66%, 15%. Copy any format from the conversion table above.

What colors go well with #0D261B?

The complementary color is HSL(334, 50%, 10%). For a triadic harmony, use hues 154°, 274°, and 34°. For analogous combinations, try hues 124° and 184°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(154, 50%, 10%) in CSS?

As HSL: color: hsl(154, 50%, 10%); — As HEX: color: #0D261B; — As RGB: color: rgb(13, 38, 27); — Tailwind CSS: bg-[hsl(154,50%,10%)] — CSS variable: --color-primary: hsl(154, 50%, 10%);