HSL(189, 30%, 75%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(189,30%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(189, 30%, 75%) | color: hsl(189, 30%, 75%) | |
| HEX | #ACCDD2 | color: #ACCDD2 | |
| RGB | rgb(172, 205, 210) | color: rgb(172, 205, 210) | |
| CMYK | cmyk(18%, 2%, 0%, 18%) | — | |
| HSV | hsv(188, 18%, 82%) | — | |
| HWB | hwb(188 67% 18%) | color: hwb(188 67% 18%) | |
| OKLCH | oklch(0.8258 0.0359 207.67) | color: oklch(0.8258 0.0359 207.67) | |
| Lab | lab(80.23 -9.87 -6.14) | color: lab(80.23 -9.87 -6.14) | |
| LCH | lch(80.23 11.62 211.89) | color: lch(80.23 11.62 211.89) |
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)
#BABBD1 — rgb(186, 187, 209)
Deuteranopia (Green-blind)
#B8B6D1 — rgb(184, 182, 209)
Tritanopia (Blue-blind)
#AED0D0 — rgb(174, 208, 208)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(189, 30%, 75%);
text
color: hsl(189, 30%, 75%);
border
border: 2px solid hsl(189, 30%, 75%);
gradient light
background: linear-gradient(to right, hsl(189, 30%, 95%), hsl(189, 30%, 75%));
gradient dark
background: linear-gradient(to right, hsl(189, 30%, 75%), hsl(189, 30%, 55%))
hex
background-color: #ACCDD2;
tailwind
bg-[hsl(189,30%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(189, 30%, 75%, 0.4);
css variable
--color-primary: hsl(189, 30%, 75%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(189, 30%, 75%)?
HEX: #ACCDD2 | RGB: rgb(172, 205, 210) | CMYK: 18%, 2%, 0%, 18% | HSV: 188°, 18%, 82%. Copy any format from the conversion table above.
What colors go well with #ACCDD2?
The complementary color is HSL(9, 30%, 75%). For a triadic harmony, use hues 189°, 309°, and 69°. For analogous combinations, try hues 159° and 219°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(189, 30%, 75%) in CSS?
As HSL: color: hsl(189, 30%, 75%); — As HEX: color: #ACCDD2; — As RGB: color: rgb(172, 205, 210); — Tailwind CSS: bg-[hsl(189,30%,75%)] — CSS variable: --color-primary: hsl(189, 30%, 75%);