HSL(187, 43%, 83%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(187,43%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(187, 43%, 83%) | color: hsl(187, 43%, 83%) | |
| HEX | #C1E2E6 | color: #C1E2E6 | |
| RGB | rgb(193, 226, 230) | color: rgb(193, 226, 230) | |
| CMYK | cmyk(16%, 2%, 0%, 10%) | — | |
| HSV | hsv(186, 16%, 90%) | — | |
| HWB | hwb(186 76% 10%) | color: hwb(186 76% 10%) | |
| OKLCH | oklch(0.8902 0.0351 205.48) | color: oklch(0.8902 0.0351 205.48) | |
| Lab | lab(87.7 -9.95 -5.57) | color: lab(87.7 -9.95 -5.57) | |
| LCH | lch(87.7 11.4 209.24) | color: lch(87.7 11.4 209.24) |
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)
#CFD0E5 — rgb(207, 208, 229)
Deuteranopia (Green-blind)
#CDCBE5 — rgb(205, 203, 229)
Tritanopia (Blue-blind)
#C3E4E4 — rgb(195, 228, 228)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(187, 43%, 83%);
text
color: hsl(187, 43%, 83%);
border
border: 2px solid hsl(187, 43%, 83%);
gradient light
background: linear-gradient(to right, hsl(187, 43%, 100%), hsl(187, 43%, 83%));
gradient dark
background: linear-gradient(to right, hsl(187, 43%, 83%), hsl(187, 43%, 63%))
hex
background-color: #C1E2E6;
tailwind
bg-[hsl(187,43%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(187, 43%, 83%, 0.4);
css variable
--color-primary: hsl(187, 43%, 83%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(187, 43%, 83%)?
HEX: #C1E2E6 | RGB: rgb(193, 226, 230) | CMYK: 16%, 2%, 0%, 10% | HSV: 186°, 16%, 90%. Copy any format from the conversion table above.
What colors go well with #C1E2E6?
The complementary color is HSL(7, 43%, 83%). 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, 43%, 83%) in CSS?
As HSL: color: hsl(187, 43%, 83%); — As HEX: color: #C1E2E6; — As RGB: color: rgb(193, 226, 230); — Tailwind CSS: bg-[hsl(187,43%,83%)] — CSS variable: --color-primary: hsl(187, 43%, 83%);