HSL(187, 58%, 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(187,58%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(187, 58%, 87%) | color: hsl(187, 58%, 87%) | |
| HEX | #CBEDF1 | color: #CBEDF1 | |
| RGB | rgb(203, 237, 241) | color: rgb(203, 237, 241) | |
| CMYK | cmyk(16%, 2%, 0%, 5%) | — | |
| HSV | hsv(186, 16%, 95%) | — | |
| HWB | hwb(186 80% 5%) | color: hwb(186 80% 5%) | |
| OKLCH | oklch(0.9229 0.0358 205.23) | color: oklch(0.9229 0.0358 205.23) | |
| Lab | lab(91.51 -10.19 -5.64) | color: lab(91.51 -10.19 -5.64) | |
| LCH | lch(91.51 11.65 208.96) | color: lch(91.51 11.65 208.96) |
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)
#DADAF0 — rgb(218, 218, 240)
Deuteranopia (Green-blind)
#D8D5F0 — rgb(216, 213, 240)
Tritanopia (Blue-blind)
#CDEFEF — rgb(205, 239, 239)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(187, 58%, 87%);
text
color: hsl(187, 58%, 87%);
border
border: 2px solid hsl(187, 58%, 87%);
gradient light
background: linear-gradient(to right, hsl(187, 58%, 100%), hsl(187, 58%, 87%));
gradient dark
background: linear-gradient(to right, hsl(187, 58%, 87%), hsl(187, 58%, 67%))
hex
background-color: #CBEDF1;
tailwind
bg-[hsl(187,58%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(187, 58%, 87%, 0.4);
css variable
--color-primary: hsl(187, 58%, 87%);
Related Colors
Use Cases for Very Light Cyan
Frequently Asked Questions
What are all the color codes for HSL(187, 58%, 87%)?
HEX: #CBEDF1 | RGB: rgb(203, 237, 241) | CMYK: 16%, 2%, 0%, 5% | HSV: 186°, 16%, 95%. Copy any format from the conversion table above.
What colors go well with #CBEDF1?
The complementary color is HSL(7, 58%, 87%). For a triadic harmony, use hues 187°, 307°, and 67°. For analogous combinations, try hues 157° and 217°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(187, 58%, 87%) in CSS?
As HSL: color: hsl(187, 58%, 87%); — As HEX: color: #CBEDF1; — As RGB: color: rgb(203, 237, 241); — Tailwind CSS: bg-[hsl(187,58%,87%)] — CSS variable: --color-primary: hsl(187, 58%, 87%);