HSL(162, 51%, 69%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(162,51%,69%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(162, 51%, 69%) | color: hsl(162, 51%, 69%) | |
| HEX | #88D8C0 | color: #88D8C0 | |
| RGB | rgb(136, 216, 192) | color: rgb(136, 216, 192) | |
| CMYK | cmyk(37%, 0%, 11%, 15%) | — | |
| HSV | hsv(162, 37%, 85%) | — | |
| HWB | hwb(162 54% 15%) | color: hwb(162 54% 15%) | |
| OKLCH | oklch(0.8238 0.0863 173.06) | color: oklch(0.8238 0.0863 173.06) | |
| Lab | lab(80.82 -29.9 4.11) | color: lab(80.82 -29.9 4.11) | |
| LCH | lch(80.82 30.18 172.17) | color: lch(80.82 30.18 172.17) |
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)
#ABABC6 — rgb(171, 171, 198)
Deuteranopia (Green-blind)
#A6A0C7 — rgb(166, 160, 199)
Tritanopia (Blue-blind)
#8CCACB — rgb(140, 202, 203)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(162, 51%, 69%);
text
color: hsl(162, 51%, 69%);
border
border: 2px solid hsl(162, 51%, 69%);
gradient light
background: linear-gradient(to right, hsl(162, 51%, 89%), hsl(162, 51%, 69%));
gradient dark
background: linear-gradient(to right, hsl(162, 51%, 69%), hsl(162, 51%, 49%))
hex
background-color: #88D8C0;
tailwind
bg-[hsl(162,51%,69%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(162, 51%, 69%, 0.4);
css variable
--color-primary: hsl(162, 51%, 69%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(162, 51%, 69%)?
HEX: #88D8C0 | RGB: rgb(136, 216, 192) | CMYK: 37%, 0%, 11%, 15% | HSV: 162°, 37%, 85%. Copy any format from the conversion table above.
What colors go well with #88D8C0?
The complementary color is HSL(342, 51%, 69%). For a triadic harmony, use hues 162°, 282°, and 42°. For analogous combinations, try hues 132° and 192°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(162, 51%, 69%) in CSS?
As HSL: color: hsl(162, 51%, 69%); — As HEX: color: #88D8C0; — As RGB: color: rgb(136, 216, 192); — Tailwind CSS: bg-[hsl(162,51%,69%)] — CSS variable: --color-primary: hsl(162, 51%, 69%);