HSL(186, 10%, 93%)
Very Light Cyan — Cyan color
Adjust Color
Color Information
Color Name
Very Light Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(186,10%,93%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(186, 10%, 93%) | color: hsl(186, 10%, 93%) | |
| HEX | #EBEFEF | color: #EBEFEF | |
| RGB | rgb(235, 239, 239) | color: rgb(235, 239, 239) | |
| CMYK | cmyk(2%, 0%, 0%, 6%) | — | |
| HSV | hsv(180, 2%, 94%) | — | |
| HWB | hwb(180 92% 6%) | color: hwb(180 92% 6%) | |
| OKLCH | oklch(0.9491 0.0043 197.08) | color: oklch(0.9491 0.0043 197.08) | |
| Lab | lab(94.15 -1.33 -0.47) | color: lab(94.15 -1.33 -0.47) | |
| LCH | lch(94.15 1.41 199.46) | color: lch(94.15 1.41 199.46) |
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)
#EDEDEF — rgb(237, 237, 239)
Deuteranopia (Green-blind)
#EDECEF — rgb(237, 236, 239)
Tritanopia (Blue-blind)
#EBEFEF — rgb(235, 239, 239)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(186, 10%, 93%);
text
color: hsl(186, 10%, 93%);
border
border: 2px solid hsl(186, 10%, 93%);
gradient light
background: linear-gradient(to right, hsl(186, 10%, 100%), hsl(186, 10%, 93%));
gradient dark
background: linear-gradient(to right, hsl(186, 10%, 93%), hsl(186, 10%, 73%))
hex
background-color: #EBEFEF;
tailwind
bg-[hsl(186,10%,93%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(186, 10%, 93%, 0.4);
css variable
--color-primary: hsl(186, 10%, 93%);
Related Colors
Use Cases for Very Light Cyan
Frequently Asked Questions
What are all the color codes for HSL(186, 10%, 93%)?
HEX: #EBEFEF | RGB: rgb(235, 239, 239) | CMYK: 2%, 0%, 0%, 6% | HSV: 180°, 2%, 94%. Copy any format from the conversion table above.
What colors go well with #EBEFEF?
The complementary color is HSL(6, 10%, 93%). For a triadic harmony, use hues 186°, 306°, and 66°. For analogous combinations, try hues 156° and 216°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(186, 10%, 93%) in CSS?
As HSL: color: hsl(186, 10%, 93%); — As HEX: color: #EBEFEF; — As RGB: color: rgb(235, 239, 239); — Tailwind CSS: bg-[hsl(186,10%,93%)] — CSS variable: --color-primary: hsl(186, 10%, 93%);