HSL(167, 71%, 76%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(167,71%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(167, 71%, 76%) | color: hsl(167, 71%, 76%) | |
| HEX | #96EDDA | color: #96EDDA | |
| RGB | rgb(150, 237, 218) | color: rgb(150, 237, 218) | |
| CMYK | cmyk(37%, 0%, 8%, 7%) | — | |
| HSV | hsv(167, 37%, 93%) | — | |
| HWB | hwb(167 59% 7%) | color: hwb(167 59% 7%) | |
| OKLCH | oklch(0.8856 0.0886 178.72) | color: oklch(0.8856 0.0886 178.72) | |
| Lab | lab(88.02 -30.42 0.92) | color: lab(88.02 -30.42 0.92) | |
| LCH | lch(88.02 30.43 178.27) | color: lch(88.02 30.43 178.27) |
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)
#BCBCDF — rgb(188, 188, 223)
Deuteranopia (Green-blind)
#B7B0E0 — rgb(183, 176, 224)
Tritanopia (Blue-blind)
#9AE2E3 — rgb(154, 226, 227)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(167, 71%, 76%);
text
color: hsl(167, 71%, 76%);
border
border: 2px solid hsl(167, 71%, 76%);
gradient light
background: linear-gradient(to right, hsl(167, 71%, 96%), hsl(167, 71%, 76%));
gradient dark
background: linear-gradient(to right, hsl(167, 71%, 76%), hsl(167, 71%, 56%))
hex
background-color: #96EDDA;
tailwind
bg-[hsl(167,71%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(167, 71%, 76%, 0.4);
css variable
--color-primary: hsl(167, 71%, 76%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(167, 71%, 76%)?
HEX: #96EDDA | RGB: rgb(150, 237, 218) | CMYK: 37%, 0%, 8%, 7% | HSV: 167°, 37%, 93%. Copy any format from the conversion table above.
What colors go well with #96EDDA?
The complementary color is HSL(347, 71%, 76%). For a triadic harmony, use hues 167°, 287°, and 47°. For analogous combinations, try hues 137° and 197°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(167, 71%, 76%) in CSS?
As HSL: color: hsl(167, 71%, 76%); — As HEX: color: #96EDDA; — As RGB: color: rgb(150, 237, 218); — Tailwind CSS: bg-[hsl(167,71%,76%)] — CSS variable: --color-primary: hsl(167, 71%, 76%);