HSL(174, 75%, 79%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(174,75%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(174, 75%, 79%) | color: hsl(174, 75%, 79%) | |
| HEX | #A1F2EA | color: #A1F2EA | |
| RGB | rgb(161, 242, 234) | color: rgb(161, 242, 234) | |
| CMYK | cmyk(33%, 0%, 3%, 5%) | — | |
| HSV | hsv(174, 33%, 95%) | — | |
| HWB | hwb(174 64% 5%) | color: hwb(174 64% 5%) | |
| OKLCH | oklch(0.9068 0.0799 188.02) | color: oklch(0.9068 0.0799 188.02) | |
| Lab | lab(90.33 -26.33 -3.99) | color: lab(90.33 -26.33 -3.99) | |
| LCH | lch(90.33 26.63 188.62) | color: lch(90.33 26.63 188.62) |
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)
#C4C5EC — rgb(196, 197, 236)
Deuteranopia (Green-blind)
#BFB9EC — rgb(191, 185, 236)
Tritanopia (Blue-blind)
#A5EDEE — rgb(165, 237, 238)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(174, 75%, 79%);
text
color: hsl(174, 75%, 79%);
border
border: 2px solid hsl(174, 75%, 79%);
gradient light
background: linear-gradient(to right, hsl(174, 75%, 99%), hsl(174, 75%, 79%));
gradient dark
background: linear-gradient(to right, hsl(174, 75%, 79%), hsl(174, 75%, 59%))
hex
background-color: #A1F2EA;
tailwind
bg-[hsl(174,75%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(174, 75%, 79%, 0.4);
css variable
--color-primary: hsl(174, 75%, 79%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(174, 75%, 79%)?
HEX: #A1F2EA | RGB: rgb(161, 242, 234) | CMYK: 33%, 0%, 3%, 5% | HSV: 174°, 33%, 95%. Copy any format from the conversion table above.
What colors go well with #A1F2EA?
The complementary color is HSL(354, 75%, 79%). For a triadic harmony, use hues 174°, 294°, and 54°. For analogous combinations, try hues 144° and 204°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(174, 75%, 79%) in CSS?
As HSL: color: hsl(174, 75%, 79%); — As HEX: color: #A1F2EA; — As RGB: color: rgb(161, 242, 234); — Tailwind CSS: bg-[hsl(174,75%,79%)] — CSS variable: --color-primary: hsl(174, 75%, 79%);