HSL(167, 60%, 81%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(167,60%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(167, 60%, 81%) | color: hsl(167, 60%, 81%) | |
| HEX | #B1ECDF | color: #B1ECDF | |
| RGB | rgb(177, 236, 223) | color: rgb(177, 236, 223) | |
| CMYK | cmyk(25%, 0%, 6%, 7%) | — | |
| HSV | hsv(167, 25%, 93%) | — | |
| HWB | hwb(167 70% 7%) | color: hwb(167 70% 7%) | |
| OKLCH | oklch(0.8993 0.0624 179.72) | color: oklch(0.8993 0.0624 179.72) | |
| Lab | lab(89.23 -21.27 0.24) | color: lab(89.23 -21.27 0.24) | |
| LCH | lch(89.23 21.27 179.35) | color: lch(89.23 21.27 179.35) |
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)
#CBCBE2 — rgb(203, 203, 226)
Deuteranopia (Green-blind)
#C7C3E3 — rgb(199, 195, 227)
Tritanopia (Blue-blind)
#B4E5E5 — rgb(180, 229, 229)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(167, 60%, 81%);
text
color: hsl(167, 60%, 81%);
border
border: 2px solid hsl(167, 60%, 81%);
gradient light
background: linear-gradient(to right, hsl(167, 60%, 100%), hsl(167, 60%, 81%));
gradient dark
background: linear-gradient(to right, hsl(167, 60%, 81%), hsl(167, 60%, 61%))
hex
background-color: #B1ECDF;
tailwind
bg-[hsl(167,60%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(167, 60%, 81%, 0.4);
css variable
--color-primary: hsl(167, 60%, 81%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(167, 60%, 81%)?
HEX: #B1ECDF | RGB: rgb(177, 236, 223) | CMYK: 25%, 0%, 6%, 7% | HSV: 167°, 25%, 93%. Copy any format from the conversion table above.
What colors go well with #B1ECDF?
The complementary color is HSL(347, 60%, 81%). 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, 60%, 81%) in CSS?
As HSL: color: hsl(167, 60%, 81%); — As HEX: color: #B1ECDF; — As RGB: color: rgb(177, 236, 223); — Tailwind CSS: bg-[hsl(167,60%,81%)] — CSS variable: --color-primary: hsl(167, 60%, 81%);