HSL(182, 50%, 70%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(182,50%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(182, 50%, 70%) | color: hsl(182, 50%, 70%) | |
| HEX | #8CD6D9 | color: #8CD6D9 | |
| RGB | rgb(140, 214, 217) | color: rgb(140, 214, 217) | |
| CMYK | cmyk(35%, 1%, 0%, 15%) | — | |
| HSV | hsv(182, 35%, 85%) | — | |
| HWB | hwb(182 55% 15%) | color: hwb(182 55% 15%) | |
| OKLCH | oklch(0.8288 0.0736 199.09) | color: oklch(0.8288 0.0736 199.09) | |
| Lab | lab(81.11 -22.13 -8.77) | color: lab(81.11 -22.13 -8.77) | |
| LCH | lch(81.11 23.8 201.62) | color: lch(81.11 23.8 201.62) |
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)
#ACADD8 — rgb(172, 173, 216)
Deuteranopia (Green-blind)
#A8A2D8 — rgb(168, 162, 216)
Tritanopia (Blue-blind)
#90D8D8 — rgb(144, 216, 216)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(182, 50%, 70%);
text
color: hsl(182, 50%, 70%);
border
border: 2px solid hsl(182, 50%, 70%);
gradient light
background: linear-gradient(to right, hsl(182, 50%, 90%), hsl(182, 50%, 70%));
gradient dark
background: linear-gradient(to right, hsl(182, 50%, 70%), hsl(182, 50%, 50%))
hex
background-color: #8CD6D9;
tailwind
bg-[hsl(182,50%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(182, 50%, 70%, 0.4);
css variable
--color-primary: hsl(182, 50%, 70%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(182, 50%, 70%)?
HEX: #8CD6D9 | RGB: rgb(140, 214, 217) | CMYK: 35%, 1%, 0%, 15% | HSV: 182°, 35%, 85%. Copy any format from the conversion table above.
What colors go well with #8CD6D9?
The complementary color is HSL(2, 50%, 70%). 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, 50%, 70%) in CSS?
As HSL: color: hsl(182, 50%, 70%); — As HEX: color: #8CD6D9; — As RGB: color: rgb(140, 214, 217); — Tailwind CSS: bg-[hsl(182,50%,70%)] — CSS variable: --color-primary: hsl(182, 50%, 70%);