HSL(174, 29%, 69%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(174,29%,69%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(174, 29%, 69%) | color: hsl(174, 29%, 69%) | |
| HEX | #99C7C2 | color: #99C7C2 | |
| RGB | rgb(153, 199, 194) | color: rgb(153, 199, 194) | |
| CMYK | cmyk(23%, 0%, 3%, 22%) | — | |
| HSV | hsv(173, 23%, 78%) | — | |
| HWB | hwb(173 60% 22%) | color: hwb(173 60% 22%) | |
| OKLCH | oklch(0.7956 0.0489 187.98) | color: oklch(0.7956 0.0489 187.98) | |
| Lab | lab(76.99 -16.1 -2.44) | color: lab(76.99 -16.1 -2.44) | |
| LCH | lch(76.99 16.28 188.62) | color: lch(76.99 16.28 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)
#ADADC3 — rgb(173, 173, 195)
Deuteranopia (Green-blind)
#AAA7C4 — rgb(170, 167, 196)
Tritanopia (Blue-blind)
#9BC4C4 — rgb(155, 196, 196)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(174, 29%, 69%);
text
color: hsl(174, 29%, 69%);
border
border: 2px solid hsl(174, 29%, 69%);
gradient light
background: linear-gradient(to right, hsl(174, 29%, 89%), hsl(174, 29%, 69%));
gradient dark
background: linear-gradient(to right, hsl(174, 29%, 69%), hsl(174, 29%, 49%))
hex
background-color: #99C7C2;
tailwind
bg-[hsl(174,29%,69%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(174, 29%, 69%, 0.4);
css variable
--color-primary: hsl(174, 29%, 69%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(174, 29%, 69%)?
HEX: #99C7C2 | RGB: rgb(153, 199, 194) | CMYK: 23%, 0%, 3%, 22% | HSV: 173°, 23%, 78%. Copy any format from the conversion table above.
What colors go well with #99C7C2?
The complementary color is HSL(354, 29%, 69%). 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, 29%, 69%) in CSS?
As HSL: color: hsl(174, 29%, 69%); — As HEX: color: #99C7C2; — As RGB: color: rgb(153, 199, 194); — Tailwind CSS: bg-[hsl(174,29%,69%)] — CSS variable: --color-primary: hsl(174, 29%, 69%);