HSL(151, 97%, 86%)
Very Light Cyan — Cyan color
Adjust Color
Color Information
Color Name
Very Light Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(151,97%,86%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(151, 97%, 86%) | color: hsl(151, 97%, 86%) | |
| HEX | #B9FEDC | color: #B9FEDC | |
| RGB | rgb(185, 254, 220) | color: rgb(185, 254, 220) | |
| CMYK | cmyk(27%, 0%, 13%, 0%) | — | |
| HSV | hsv(150, 27%, 100%) | — | |
| HWB | hwb(150 73% 0%) | color: hwb(150 73% 0%) | |
| OKLCH | oklch(0.9421 0.0829 162.92) | color: oklch(0.9421 0.0829 162.92) | |
| Lab | lab(94.47 -28.16 9.42) | color: lab(94.47 -28.16 9.42) | |
| LCH | lch(94.47 29.69 161.5) | color: lch(94.47 29.69 161.5) |
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)
#D7D7E4 — rgb(215, 215, 228)
Deuteranopia (Green-blind)
#D3CEE6 — rgb(211, 206, 230)
Tritanopia (Blue-blind)
#BCEBEC — rgb(188, 235, 236)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(151, 97%, 86%);
text
color: hsl(151, 97%, 86%);
border
border: 2px solid hsl(151, 97%, 86%);
gradient light
background: linear-gradient(to right, hsl(151, 97%, 100%), hsl(151, 97%, 86%));
gradient dark
background: linear-gradient(to right, hsl(151, 97%, 86%), hsl(151, 97%, 66%))
hex
background-color: #B9FEDC;
tailwind
bg-[hsl(151,97%,86%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(151, 97%, 86%, 0.4);
css variable
--color-primary: hsl(151, 97%, 86%);
Related Colors
Use Cases for Very Light Cyan
Frequently Asked Questions
What are all the color codes for HSL(151, 97%, 86%)?
HEX: #B9FEDC | RGB: rgb(185, 254, 220) | CMYK: 27%, 0%, 13%, 0% | HSV: 150°, 27%, 100%. Copy any format from the conversion table above.
What colors go well with #B9FEDC?
The complementary color is HSL(331, 97%, 86%). 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, 97%, 86%) in CSS?
As HSL: color: hsl(151, 97%, 86%); — As HEX: color: #B9FEDC; — As RGB: color: rgb(185, 254, 220); — Tailwind CSS: bg-[hsl(151,97%,86%)] — CSS variable: --color-primary: hsl(151, 97%, 86%);