HSL(154, 75%, 24%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(154,75%,24%)]

Color Conversions

Format Value CSS Usage
HSL hsl(154, 75%, 24%) color: hsl(154, 75%, 24%)
HEX #0F6B43 color: #0F6B43
RGB rgb(15, 107, 67) color: rgb(15, 107, 67)
CMYK cmyk(86%, 0%, 37%, 58%)
HSV hsv(154, 86%, 42%)
HWB hwb(154 6% 58%) color: hwb(154 6% 58%)
OKLCH oklch(0.4672 0.1038 158.07) color: oklch(0.4672 0.1038 158.07)
Lab lab(39.62 -35.6 15.41) color: lab(39.62 -35.6 15.41)
LCH lch(39.62 38.79 156.59) color: lch(39.62 38.79 156.59)

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 6.55:1
vs Black 3.2:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#37384D — rgb(55, 56, 77)

Deuteranopia (Green-blind)

#322B4F — rgb(50, 43, 79)

Tritanopia (Blue-blind)

#145456 — rgb(20, 84, 86)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(154, 75%, 24%);

text

color: hsl(154, 75%, 24%);

border

border: 2px solid hsl(154, 75%, 24%);

gradient light

background: linear-gradient(to right, hsl(154, 75%, 44%), hsl(154, 75%, 24%));

gradient dark

background: linear-gradient(to right, hsl(154, 75%, 24%), hsl(154, 75%, 4%))

hex

background-color: #0F6B43;

tailwind

bg-[hsl(154,75%,24%)]

box shadow

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

css variable

--color-primary: hsl(154, 75%, 24%);

Related Colors

Use Cases for 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, 75%, 24%)?

HEX: #0F6B43 | RGB: rgb(15, 107, 67) | CMYK: 86%, 0%, 37%, 58% | HSV: 154°, 86%, 42%. Copy any format from the conversion table above.

What colors go well with #0F6B43?

The complementary color is HSL(334, 75%, 24%). 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, 75%, 24%) in CSS?

As HSL: color: hsl(154, 75%, 24%); — As HEX: color: #0F6B43; — As RGB: color: rgb(15, 107, 67); — Tailwind CSS: bg-[hsl(154,75%,24%)] — CSS variable: --color-primary: hsl(154, 75%, 24%);