HSL(182, 95%, 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(182,95%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(182, 95%, 87%) | color: hsl(182, 95%, 87%) | |
| HEX | #BEFBFD | color: #BEFBFD | |
| RGB | rgb(190, 251, 253) | color: rgb(190, 251, 253) | |
| CMYK | cmyk(25%, 1%, 0%, 1%) | — | |
| HSV | hsv(182, 25%, 99%) | — | |
| HWB | hwb(182 74% 1%) | color: hwb(182 74% 1%) | |
| OKLCH | oklch(0.9477 0.0611 198.7) | color: oklch(0.9477 0.0611 198.7) | |
| Lab | lab(94.75 -18.53 -7.17) | color: lab(94.75 -18.53 -7.17) | |
| LCH | lch(94.75 19.87 201.15) | color: lch(94.75 19.87 201.15) |
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)
#D8D9FD — rgb(216, 217, 253)
Deuteranopia (Green-blind)
#D5D0FC — rgb(213, 208, 252)
Tritanopia (Blue-blind)
#C1FCFC — rgb(193, 252, 252)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(182, 95%, 87%);
text
color: hsl(182, 95%, 87%);
border
border: 2px solid hsl(182, 95%, 87%);
gradient light
background: linear-gradient(to right, hsl(182, 95%, 100%), hsl(182, 95%, 87%));
gradient dark
background: linear-gradient(to right, hsl(182, 95%, 87%), hsl(182, 95%, 67%))
hex
background-color: #BEFBFD;
tailwind
bg-[hsl(182,95%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(182, 95%, 87%, 0.4);
css variable
--color-primary: hsl(182, 95%, 87%);
Related Colors
Use Cases for Very Light Cyan
Frequently Asked Questions
What are all the color codes for HSL(182, 95%, 87%)?
HEX: #BEFBFD | RGB: rgb(190, 251, 253) | CMYK: 25%, 1%, 0%, 1% | HSV: 182°, 25%, 99%. Copy any format from the conversion table above.
What colors go well with #BEFBFD?
The complementary color is HSL(2, 95%, 87%). For a triadic harmony, use hues 182°, 302°, and 62°. For analogous combinations, try hues 152° and 212°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(182, 95%, 87%) in CSS?
As HSL: color: hsl(182, 95%, 87%); — As HEX: color: #BEFBFD; — As RGB: color: rgb(190, 251, 253); — Tailwind CSS: bg-[hsl(182,95%,87%)] — CSS variable: --color-primary: hsl(182, 95%, 87%);