HSL(183, 50%, 74%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(183,50%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(183, 50%, 74%) | color: hsl(183, 50%, 74%) | |
| HEX | #9CDBDE | color: #9CDBDE | |
| RGB | rgb(156, 219, 222) | color: rgb(156, 219, 222) | |
| CMYK | cmyk(30%, 1%, 0%, 13%) | — | |
| HSV | hsv(183, 30%, 87%) | — | |
| HWB | hwb(183 61% 13%) | color: hwb(183 61% 13%) | |
| OKLCH | oklch(0.85 0.0638 199.75) | color: oklch(0.85 0.0638 199.75) | |
| Lab | lab(83.44 -19.12 -7.88) | color: lab(83.44 -19.12 -7.88) | |
| LCH | lch(83.44 20.68 202.4) | color: lch(83.44 20.68 202.4) |
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)
#B7B8DD — rgb(183, 184, 221)
Deuteranopia (Green-blind)
#B4AFDD — rgb(180, 175, 221)
Tritanopia (Blue-blind)
#9FDDDD — rgb(159, 221, 221)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(183, 50%, 74%);
text
color: hsl(183, 50%, 74%);
border
border: 2px solid hsl(183, 50%, 74%);
gradient light
background: linear-gradient(to right, hsl(183, 50%, 94%), hsl(183, 50%, 74%));
gradient dark
background: linear-gradient(to right, hsl(183, 50%, 74%), hsl(183, 50%, 54%))
hex
background-color: #9CDBDE;
tailwind
bg-[hsl(183,50%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(183, 50%, 74%, 0.4);
css variable
--color-primary: hsl(183, 50%, 74%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(183, 50%, 74%)?
HEX: #9CDBDE | RGB: rgb(156, 219, 222) | CMYK: 30%, 1%, 0%, 13% | HSV: 183°, 30%, 87%. Copy any format from the conversion table above.
What colors go well with #9CDBDE?
The complementary color is HSL(3, 50%, 74%). For a triadic harmony, use hues 183°, 303°, and 63°. For analogous combinations, try hues 153° and 213°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(183, 50%, 74%) in CSS?
As HSL: color: hsl(183, 50%, 74%); — As HEX: color: #9CDBDE; — As RGB: color: rgb(156, 219, 222); — Tailwind CSS: bg-[hsl(183,50%,74%)] — CSS variable: --color-primary: hsl(183, 50%, 74%);