HSL(152, 25%, 71%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(152,25%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(152, 25%, 71%) | color: hsl(152, 25%, 71%) | |
| HEX | #A3C8B6 | color: #A3C8B6 | |
| RGB | rgb(163, 200, 182) | color: rgb(163, 200, 182) | |
| CMYK | cmyk(19%, 0%, 9%, 22%) | — | |
| HSV | hsv(151, 19%, 78%) | — | |
| HWB | hwb(151 63% 22%) | color: hwb(151 63% 22%) | |
| OKLCH | oklch(0.8007 0.0469 164.18) | color: oklch(0.8007 0.0469 164.18) | |
| Lab | lab(77.56 -15.91 4.94) | color: lab(77.56 -15.91 4.94) | |
| LCH | lch(77.56 16.66 162.75) | color: lch(77.56 16.66 162.75) |
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)
#B3B3BA — rgb(179, 179, 186)
Deuteranopia (Green-blind)
#B1AEBB — rgb(177, 174, 187)
Tritanopia (Blue-blind)
#A5BEBF — rgb(165, 190, 191)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(152, 25%, 71%);
text
color: hsl(152, 25%, 71%);
border
border: 2px solid hsl(152, 25%, 71%);
gradient light
background: linear-gradient(to right, hsl(152, 25%, 91%), hsl(152, 25%, 71%));
gradient dark
background: linear-gradient(to right, hsl(152, 25%, 71%), hsl(152, 25%, 51%))
hex
background-color: #A3C8B6;
tailwind
bg-[hsl(152,25%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(152, 25%, 71%, 0.4);
css variable
--color-primary: hsl(152, 25%, 71%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(152, 25%, 71%)?
HEX: #A3C8B6 | RGB: rgb(163, 200, 182) | CMYK: 19%, 0%, 9%, 22% | HSV: 151°, 19%, 78%. Copy any format from the conversion table above.
What colors go well with #A3C8B6?
The complementary color is HSL(332, 25%, 71%). For a triadic harmony, use hues 152°, 272°, and 32°. For analogous combinations, try hues 122° and 182°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(152, 25%, 71%) in CSS?
As HSL: color: hsl(152, 25%, 71%); — As HEX: color: #A3C8B6; — As RGB: color: rgb(163, 200, 182); — Tailwind CSS: bg-[hsl(152,25%,71%)] — CSS variable: --color-primary: hsl(152, 25%, 71%);