HSL(154, 80%, 30%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(154,80%,30%)]

Color Conversions

Format Value CSS Usage
HSL hsl(154, 80%, 30%) color: hsl(154, 80%, 30%)
HEX #0F8A55 color: #0F8A55
RGB rgb(15, 138, 85) color: rgb(15, 138, 85)
CMYK cmyk(89%, 0%, 38%, 46%)
HSV hsv(154, 89%, 54%)
HWB hwb(154 6% 46%) color: hwb(154 6% 46%)
OKLCH oklch(0.5592 0.1287 157.27) color: oklch(0.5592 0.1287 157.27)
Lab lab(50.61 -44.01 19.84) color: lab(50.61 -44.01 19.84)
LCH lch(50.61 48.28 155.73) color: lch(50.61 48.28 155.73)

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 4.39:1
vs Black 4.79:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#444562 — rgb(68, 69, 98)

Deuteranopia (Green-blind)

#3D3465 — rgb(61, 52, 101)

Tritanopia (Blue-blind)

#156C6E — rgb(21, 108, 110)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(154, 80%, 30%);

text

color: hsl(154, 80%, 30%);

border

border: 2px solid hsl(154, 80%, 30%);

gradient light

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

gradient dark

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

hex

background-color: #0F8A55;

tailwind

bg-[hsl(154,80%,30%)]

box shadow

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

css variable

--color-primary: hsl(154, 80%, 30%);

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, 80%, 30%)?

HEX: #0F8A55 | RGB: rgb(15, 138, 85) | CMYK: 89%, 0%, 38%, 46% | HSV: 154°, 89%, 54%. Copy any format from the conversion table above.

What colors go well with #0F8A55?

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

As HSL: color: hsl(154, 80%, 30%); — As HEX: color: #0F8A55; — As RGB: color: rgb(15, 138, 85); — Tailwind CSS: bg-[hsl(154,80%,30%)] — CSS variable: --color-primary: hsl(154, 80%, 30%);