HSL(151, 12%, 71%)
Grayish Cyan — Cyan color
Adjust Color
Color Information
Color Name
Grayish Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(151,12%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(151, 12%, 71%) | color: hsl(151, 12%, 71%) | |
| HEX | #ACBEB5 | color: #ACBEB5 | |
| RGB | rgb(172, 190, 181) | color: rgb(172, 190, 181) | |
| CMYK | cmyk(9%, 0%, 5%, 25%) | — | |
| HSV | hsv(150, 9%, 75%) | — | |
| HWB | hwb(150 68% 25%) | color: hwb(150 68% 25%) | |
| OKLCH | oklch(0.7851 0.0234 164.34) | color: oklch(0.7851 0.0234 164.34) | |
| Lab | lab(75.41 -7.91 2.44) | color: lab(75.41 -7.91 2.44) | |
| LCH | lch(75.41 8.28 162.86) | color: lch(75.41 8.28 162.86) |
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)
#B4B4B7 — rgb(180, 180, 183)
Deuteranopia (Green-blind)
#B3B1B8 — rgb(179, 177, 184)
Tritanopia (Blue-blind)
#ADB9B9 — rgb(173, 185, 185)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(151, 12%, 71%);
text
color: hsl(151, 12%, 71%);
border
border: 2px solid hsl(151, 12%, 71%);
gradient light
background: linear-gradient(to right, hsl(151, 12%, 91%), hsl(151, 12%, 71%));
gradient dark
background: linear-gradient(to right, hsl(151, 12%, 71%), hsl(151, 12%, 51%))
hex
background-color: #ACBEB5;
tailwind
bg-[hsl(151,12%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(151, 12%, 71%, 0.4);
css variable
--color-primary: hsl(151, 12%, 71%);
Related Colors
Use Cases for Grayish Cyan
Frequently Asked Questions
What are all the color codes for HSL(151, 12%, 71%)?
HEX: #ACBEB5 | RGB: rgb(172, 190, 181) | CMYK: 9%, 0%, 5%, 25% | HSV: 150°, 9%, 75%. Copy any format from the conversion table above.
What colors go well with #ACBEB5?
The complementary color is HSL(331, 12%, 71%). For a triadic harmony, use hues 151°, 271°, and 31°. For analogous combinations, try hues 121° and 181°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(151, 12%, 71%) in CSS?
As HSL: color: hsl(151, 12%, 71%); — As HEX: color: #ACBEB5; — As RGB: color: rgb(172, 190, 181); — Tailwind CSS: bg-[hsl(151,12%,71%)] — CSS variable: --color-primary: hsl(151, 12%, 71%);