HSL(167, 54%, 76%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(167,54%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(167, 54%, 76%) | color: hsl(167, 54%, 76%) | |
| HEX | #A1E3D5 | color: #A1E3D5 | |
| RGB | rgb(161, 227, 213) | color: rgb(161, 227, 213) | |
| CMYK | cmyk(29%, 0%, 6%, 11%) | — | |
| HSV | hsv(167, 29%, 89%) | — | |
| HWB | hwb(167 63% 11%) | color: hwb(167 63% 11%) | |
| OKLCH | oklch(0.8677 0.0693 179.93) | color: oklch(0.8677 0.0693 179.93) | |
| Lab | lab(85.66 -23.65 0.18) | color: lab(85.66 -23.65 0.18) | |
| LCH | lch(85.66 23.65 179.56) | color: lch(85.66 23.65 179.56) |
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)
#BEBED8 — rgb(190, 190, 216)
Deuteranopia (Green-blind)
#BAB5D9 — rgb(186, 181, 217)
Tritanopia (Blue-blind)
#A4DBDC — rgb(164, 219, 220)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(167, 54%, 76%);
text
color: hsl(167, 54%, 76%);
border
border: 2px solid hsl(167, 54%, 76%);
gradient light
background: linear-gradient(to right, hsl(167, 54%, 96%), hsl(167, 54%, 76%));
gradient dark
background: linear-gradient(to right, hsl(167, 54%, 76%), hsl(167, 54%, 56%))
hex
background-color: #A1E3D5;
tailwind
bg-[hsl(167,54%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(167, 54%, 76%, 0.4);
css variable
--color-primary: hsl(167, 54%, 76%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(167, 54%, 76%)?
HEX: #A1E3D5 | RGB: rgb(161, 227, 213) | CMYK: 29%, 0%, 6%, 11% | HSV: 167°, 29%, 89%. Copy any format from the conversion table above.
What colors go well with #A1E3D5?
The complementary color is HSL(347, 54%, 76%). For a triadic harmony, use hues 167°, 287°, and 47°. For analogous combinations, try hues 137° and 197°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(167, 54%, 76%) in CSS?
As HSL: color: hsl(167, 54%, 76%); — As HEX: color: #A1E3D5; — As RGB: color: rgb(161, 227, 213); — Tailwind CSS: bg-[hsl(167,54%,76%)] — CSS variable: --color-primary: hsl(167, 54%, 76%);