HSL(154, 69%, 47%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(154,69%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(154, 69%, 47%) | color: hsl(154, 69%, 47%) | |
| HEX | #25CB83 | color: #25CB83 | |
| RGB | rgb(37, 203, 131) | color: rgb(37, 203, 131) | |
| CMYK | cmyk(82%, 0%, 35%, 20%) | — | |
| HSV | hsv(154, 82%, 80%) | — | |
| HWB | hwb(154 14% 20%) | color: hwb(154 14% 20%) | |
| OKLCH | oklch(0.7453 0.166 158.03) | color: oklch(0.7453 0.166 158.03) | |
| Lab | lab(72.72 -56.96 24.7) | color: lab(72.72 -56.96 24.7) | |
| LCH | lch(72.72 62.08 156.56) | color: lch(72.72 62.08 156.56) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#6D6E94 — rgb(109, 110, 148)
Deuteranopia (Green-blind)
#635799 — rgb(99, 87, 153)
Tritanopia (Blue-blind)
#2DA2A5 — rgb(45, 162, 165)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(154, 69%, 47%);
text
color: hsl(154, 69%, 47%);
border
border: 2px solid hsl(154, 69%, 47%);
gradient light
background: linear-gradient(to right, hsl(154, 69%, 67%), hsl(154, 69%, 47%));
gradient dark
background: linear-gradient(to right, hsl(154, 69%, 47%), hsl(154, 69%, 27%))
hex
background-color: #25CB83;
tailwind
bg-[hsl(154,69%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(154, 69%, 47%, 0.4);
css variable
--color-primary: hsl(154, 69%, 47%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(154, 69%, 47%)?
HEX: #25CB83 | RGB: rgb(37, 203, 131) | CMYK: 82%, 0%, 35%, 20% | HSV: 154°, 82%, 80%. Copy any format from the conversion table above.
What colors go well with #25CB83?
The complementary color is HSL(334, 69%, 47%). 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, 69%, 47%) in CSS?
As HSL: color: hsl(154, 69%, 47%); — As HEX: color: #25CB83; — As RGB: color: rgb(37, 203, 131); — Tailwind CSS: bg-[hsl(154,69%,47%)] — CSS variable: --color-primary: hsl(154, 69%, 47%);