HSL(159, 92%, 84%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(159,92%,84%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(159, 92%, 84%) | color: hsl(159, 92%, 84%) | |
| HEX | #B1FCE1 | color: #B1FCE1 | |
| RGB | rgb(177, 252, 225) | color: rgb(177, 252, 225) | |
| CMYK | cmyk(30%, 0%, 11%, 1%) | — | |
| HSV | hsv(158, 30%, 99%) | — | |
| HWB | hwb(158 69% 1%) | color: hwb(158 69% 1%) | |
| OKLCH | oklch(0.9346 0.0828 170.06) | color: oklch(0.9346 0.0828 170.06) | |
| Lab | lab(93.62 -28.58 5.57) | color: lab(93.62 -28.58 5.57) | |
| LCH | lch(93.62 29.12 168.97) | color: lch(93.62 29.12 168.97) |
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)
#D1D2E8 — rgb(209, 210, 232)
Deuteranopia (Green-blind)
#CDC8E9 — rgb(205, 200, 233)
Tritanopia (Blue-blind)
#B5EDEE — rgb(181, 237, 238)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(159, 92%, 84%);
text
color: hsl(159, 92%, 84%);
border
border: 2px solid hsl(159, 92%, 84%);
gradient light
background: linear-gradient(to right, hsl(159, 92%, 100%), hsl(159, 92%, 84%));
gradient dark
background: linear-gradient(to right, hsl(159, 92%, 84%), hsl(159, 92%, 64%))
hex
background-color: #B1FCE1;
tailwind
bg-[hsl(159,92%,84%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(159, 92%, 84%, 0.4);
css variable
--color-primary: hsl(159, 92%, 84%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(159, 92%, 84%)?
HEX: #B1FCE1 | RGB: rgb(177, 252, 225) | CMYK: 30%, 0%, 11%, 1% | HSV: 158°, 30%, 99%. Copy any format from the conversion table above.
What colors go well with #B1FCE1?
The complementary color is HSL(339, 92%, 84%). For a triadic harmony, use hues 159°, 279°, and 39°. For analogous combinations, try hues 129° and 189°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(159, 92%, 84%) in CSS?
As HSL: color: hsl(159, 92%, 84%); — As HEX: color: #B1FCE1; — As RGB: color: rgb(177, 252, 225); — Tailwind CSS: bg-[hsl(159,92%,84%)] — CSS variable: --color-primary: hsl(159, 92%, 84%);