HSL(151, 20%, 61%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(151,20%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(151, 20%, 61%) | color: hsl(151, 20%, 61%) | |
| HEX | #88AF9C | color: #88AF9C | |
| RGB | rgb(136, 175, 156) | color: rgb(136, 175, 156) | |
| CMYK | cmyk(22%, 0%, 11%, 31%) | — | |
| HSV | hsv(151, 22%, 69%) | — | |
| HWB | hwb(151 54% 31%) | color: hwb(151 54% 31%) | |
| OKLCH | oklch(0.7199 0.0505 163.79) | color: oklch(0.7199 0.0505 163.79) | |
| Lab | lab(68.24 -17.14 5.45) | color: lab(68.24 -17.14 5.45) | |
| LCH | lch(68.24 17.99 162.36) | color: lch(68.24 17.99 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)
#9999A1 — rgb(153, 153, 161)
Deuteranopia (Green-blind)
#9794A2 — rgb(151, 148, 162)
Tritanopia (Blue-blind)
#8AA4A5 — rgb(138, 164, 165)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(151, 20%, 61%);
text
color: hsl(151, 20%, 61%);
border
border: 2px solid hsl(151, 20%, 61%);
gradient light
background: linear-gradient(to right, hsl(151, 20%, 81%), hsl(151, 20%, 61%));
gradient dark
background: linear-gradient(to right, hsl(151, 20%, 61%), hsl(151, 20%, 41%))
hex
background-color: #88AF9C;
tailwind
bg-[hsl(151,20%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(151, 20%, 61%, 0.4);
css variable
--color-primary: hsl(151, 20%, 61%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(151, 20%, 61%)?
HEX: #88AF9C | RGB: rgb(136, 175, 156) | CMYK: 22%, 0%, 11%, 31% | HSV: 151°, 22%, 69%. Copy any format from the conversion table above.
What colors go well with #88AF9C?
The complementary color is HSL(331, 20%, 61%). For a triadic harmony, use hues 151°, 271°, and 31°. For analogous combinations, try hues 121° and 181°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(151, 20%, 61%) in CSS?
As HSL: color: hsl(151, 20%, 61%); — As HEX: color: #88AF9C; — As RGB: color: rgb(136, 175, 156); — Tailwind CSS: bg-[hsl(151,20%,61%)] — CSS variable: --color-primary: hsl(151, 20%, 61%);