HSL(177, 94%, 87%)
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(177,94%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(177, 94%, 87%) | color: hsl(177, 94%, 87%) | |
| HEX | #BFFDFA | color: #BFFDFA | |
| RGB | rgb(191, 253, 250) | color: rgb(191, 253, 250) | |
| CMYK | cmyk(25%, 0%, 1%, 1%) | — | |
| HSV | hsv(177, 25%, 99%) | — | |
| HWB | hwb(177 74% 1%) | color: hwb(177 74% 1%) | |
| OKLCH | oklch(0.9516 0.0621 192.44) | color: oklch(0.9516 0.0621 192.44) | |
| Lab | lab(95.26 -19.86 -4.87) | color: lab(95.26 -19.86 -4.87) | |
| LCH | lch(95.26 20.45 193.78) | color: lch(95.26 20.45 193.78) |
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)
#DADAFB — rgb(218, 218, 251)
Deuteranopia (Green-blind)
#D6D2FB — rgb(214, 210, 251)
Tritanopia (Blue-blind)
#C2FBFB — rgb(194, 251, 251)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(177, 94%, 87%);
text
color: hsl(177, 94%, 87%);
border
border: 2px solid hsl(177, 94%, 87%);
gradient light
background: linear-gradient(to right, hsl(177, 94%, 100%), hsl(177, 94%, 87%));
gradient dark
background: linear-gradient(to right, hsl(177, 94%, 87%), hsl(177, 94%, 67%))
hex
background-color: #BFFDFA;
tailwind
bg-[hsl(177,94%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(177, 94%, 87%, 0.4);
css variable
--color-primary: hsl(177, 94%, 87%);
Related Colors
Use Cases for Very Light Cyan
Frequently Asked Questions
What are all the color codes for HSL(177, 94%, 87%)?
HEX: #BFFDFA | RGB: rgb(191, 253, 250) | CMYK: 25%, 0%, 1%, 1% | HSV: 177°, 25%, 99%. Copy any format from the conversion table above.
What colors go well with #BFFDFA?
The complementary color is HSL(357, 94%, 87%). For a triadic harmony, use hues 177°, 297°, and 57°. For analogous combinations, try hues 147° and 207°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(177, 94%, 87%) in CSS?
As HSL: color: hsl(177, 94%, 87%); — As HEX: color: #BFFDFA; — As RGB: color: rgb(191, 253, 250); — Tailwind CSS: bg-[hsl(177,94%,87%)] — CSS variable: --color-primary: hsl(177, 94%, 87%);