HSL(151, 52%, 81%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(151,52%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(151, 52%, 81%) | color: hsl(151, 52%, 81%) | |
| HEX | #B5E8CF | color: #B5E8CF | |
| RGB | rgb(181, 232, 207) | color: rgb(181, 232, 207) | |
| CMYK | cmyk(22%, 0%, 11%, 9%) | — | |
| HSV | hsv(151, 22%, 91%) | — | |
| HWB | hwb(151 71% 9%) | color: hwb(151 71% 9%) | |
| OKLCH | oklch(0.8887 0.0627 163.62) | color: oklch(0.8887 0.0627 163.62) | |
| Lab | lab(87.99 -21.29 6.83) | color: lab(87.99 -21.29 6.83) | |
| LCH | lch(87.99 22.36 162.21) | color: lch(87.99 22.36 162.21) |
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)
#CBCCD5 — rgb(203, 204, 213)
Deuteranopia (Green-blind)
#C8C4D7 — rgb(200, 196, 215)
Tritanopia (Blue-blind)
#B8DADB — rgb(184, 218, 219)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(151, 52%, 81%);
text
color: hsl(151, 52%, 81%);
border
border: 2px solid hsl(151, 52%, 81%);
gradient light
background: linear-gradient(to right, hsl(151, 52%, 100%), hsl(151, 52%, 81%));
gradient dark
background: linear-gradient(to right, hsl(151, 52%, 81%), hsl(151, 52%, 61%))
hex
background-color: #B5E8CF;
tailwind
bg-[hsl(151,52%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(151, 52%, 81%, 0.4);
css variable
--color-primary: hsl(151, 52%, 81%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(151, 52%, 81%)?
HEX: #B5E8CF | RGB: rgb(181, 232, 207) | CMYK: 22%, 0%, 11%, 9% | HSV: 151°, 22%, 91%. Copy any format from the conversion table above.
What colors go well with #B5E8CF?
The complementary color is HSL(331, 52%, 81%). 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, 52%, 81%) in CSS?
As HSL: color: hsl(151, 52%, 81%); — As HEX: color: #B5E8CF; — As RGB: color: rgb(181, 232, 207); — Tailwind CSS: bg-[hsl(151,52%,81%)] — CSS variable: --color-primary: hsl(151, 52%, 81%);