HSL(154, 30%, 43%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(154,30%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(154, 30%, 43%) | color: hsl(154, 30%, 43%) | |
| HEX | #4D8F72 | color: #4D8F72 | |
| RGB | rgb(77, 143, 114) | color: rgb(77, 143, 114) | |
| CMYK | cmyk(46%, 0%, 20%, 44%) | — | |
| HSV | hsv(154, 46%, 56%) | — | |
| HWB | hwb(154 30% 44%) | color: hwb(154 30% 44%) | |
| OKLCH | oklch(0.5976 0.0819 163.65) | color: oklch(0.5976 0.0819 163.65) | |
| Lab | lab(54.49 -28.21 8.97) | color: lab(54.49 -28.21 8.97) | |
| LCH | lch(54.49 29.6 162.36) | color: lch(54.49 29.6 162.36) |
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)
#6A6A79 — rgb(106, 106, 121)
Deuteranopia (Green-blind)
#66617B — rgb(102, 97, 123)
Tritanopia (Blue-blind)
#507F80 — rgb(80, 127, 128)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(154, 30%, 43%);
text
color: hsl(154, 30%, 43%);
border
border: 2px solid hsl(154, 30%, 43%);
gradient light
background: linear-gradient(to right, hsl(154, 30%, 63%), hsl(154, 30%, 43%));
gradient dark
background: linear-gradient(to right, hsl(154, 30%, 43%), hsl(154, 30%, 23%))
hex
background-color: #4D8F72;
tailwind
bg-[hsl(154,30%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(154, 30%, 43%, 0.4);
css variable
--color-primary: hsl(154, 30%, 43%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(154, 30%, 43%)?
HEX: #4D8F72 | RGB: rgb(77, 143, 114) | CMYK: 46%, 0%, 20%, 44% | HSV: 154°, 46%, 56%. Copy any format from the conversion table above.
What colors go well with #4D8F72?
The complementary color is HSL(334, 30%, 43%). 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, 30%, 43%) in CSS?
As HSL: color: hsl(154, 30%, 43%); — As HEX: color: #4D8F72; — As RGB: color: rgb(77, 143, 114); — Tailwind CSS: bg-[hsl(154,30%,43%)] — CSS variable: --color-primary: hsl(154, 30%, 43%);