HSL(161, 48%, 76%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(161,48%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(161, 48%, 76%) | color: hsl(161, 48%, 76%) | |
| HEX | #A4DFCD | color: #A4DFCD | |
| RGB | rgb(164, 223, 205) | color: rgb(164, 223, 205) | |
| CMYK | cmyk(26%, 0%, 8%, 13%) | — | |
| HSV | hsv(162, 26%, 87%) | — | |
| HWB | hwb(162 64% 13%) | color: hwb(162 64% 13%) | |
| OKLCH | oklch(0.8583 0.0653 173.88) | color: oklch(0.8583 0.0653 173.88) | |
| Lab | lab(84.52 -22.48 2.75) | color: lab(84.52 -22.48 2.75) | |
| LCH | lch(84.52 22.65 173.03) | color: lch(84.52 22.65 173.03) |
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)
#BEBED1 — rgb(190, 190, 209)
Deuteranopia (Green-blind)
#BAB6D2 — rgb(186, 182, 210)
Tritanopia (Blue-blind)
#A7D5D6 — rgb(167, 213, 214)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(161, 48%, 76%);
text
color: hsl(161, 48%, 76%);
border
border: 2px solid hsl(161, 48%, 76%);
gradient light
background: linear-gradient(to right, hsl(161, 48%, 96%), hsl(161, 48%, 76%));
gradient dark
background: linear-gradient(to right, hsl(161, 48%, 76%), hsl(161, 48%, 56%))
hex
background-color: #A4DFCD;
tailwind
bg-[hsl(161,48%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(161, 48%, 76%, 0.4);
css variable
--color-primary: hsl(161, 48%, 76%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(161, 48%, 76%)?
HEX: #A4DFCD | RGB: rgb(164, 223, 205) | CMYK: 26%, 0%, 8%, 13% | HSV: 162°, 26%, 87%. Copy any format from the conversion table above.
What colors go well with #A4DFCD?
The complementary color is HSL(341, 48%, 76%). For a triadic harmony, use hues 161°, 281°, and 41°. For analogous combinations, try hues 131° and 191°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(161, 48%, 76%) in CSS?
As HSL: color: hsl(161, 48%, 76%); — As HEX: color: #A4DFCD; — As RGB: color: rgb(164, 223, 205); — Tailwind CSS: bg-[hsl(161,48%,76%)] — CSS variable: --color-primary: hsl(161, 48%, 76%);