HSL(153, 20%, 70%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(153,20%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(153, 20%, 70%) | color: hsl(153, 20%, 70%) | |
| HEX | #A3C2B4 | color: #A3C2B4 | |
| RGB | rgb(163, 194, 180) | color: rgb(163, 194, 180) | |
| CMYK | cmyk(16%, 0%, 7%, 24%) | — | |
| HSV | hsv(153, 16%, 76%) | — | |
| HWB | hwb(153 64% 24%) | color: hwb(153 64% 24%) | |
| OKLCH | oklch(0.787 0.0389 166.29) | color: oklch(0.787 0.0389 166.29) | |
| Lab | lab(75.86 -13.22 3.56) | color: lab(75.86 -13.22 3.56) | |
| LCH | lch(75.86 13.69 164.93) | color: lch(75.86 13.69 164.93) |
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)
#B0B1B7 — rgb(176, 177, 183)
Deuteranopia (Green-blind)
#AFACB8 — rgb(175, 172, 184)
Tritanopia (Blue-blind)
#A5BABB — rgb(165, 186, 187)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(153, 20%, 70%);
text
color: hsl(153, 20%, 70%);
border
border: 2px solid hsl(153, 20%, 70%);
gradient light
background: linear-gradient(to right, hsl(153, 20%, 90%), hsl(153, 20%, 70%));
gradient dark
background: linear-gradient(to right, hsl(153, 20%, 70%), hsl(153, 20%, 50%))
hex
background-color: #A3C2B4;
tailwind
bg-[hsl(153,20%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(153, 20%, 70%, 0.4);
css variable
--color-primary: hsl(153, 20%, 70%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(153, 20%, 70%)?
HEX: #A3C2B4 | RGB: rgb(163, 194, 180) | CMYK: 16%, 0%, 7%, 24% | HSV: 153°, 16%, 76%. Copy any format from the conversion table above.
What colors go well with #A3C2B4?
The complementary color is HSL(333, 20%, 70%). For a triadic harmony, use hues 153°, 273°, and 33°. For analogous combinations, try hues 123° and 183°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(153, 20%, 70%) in CSS?
As HSL: color: hsl(153, 20%, 70%); — As HEX: color: #A3C2B4; — As RGB: color: rgb(163, 194, 180); — Tailwind CSS: bg-[hsl(153,20%,70%)] — CSS variable: --color-primary: hsl(153, 20%, 70%);