HSL(169, 92%, 68%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(169,92%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(169, 92%, 68%) | color: hsl(169, 92%, 68%) | |
| HEX | #62F8DD | color: #62F8DD | |
| RGB | rgb(98, 248, 221) | color: rgb(98, 248, 221) | |
| CMYK | cmyk(60%, 0%, 11%, 3%) | — | |
| HSV | hsv(169, 60%, 97%) | — | |
| HWB | hwb(169 39% 3%) | color: hwb(169 39% 3%) | |
| OKLCH | oklch(0.8916 0.1334 179.07) | color: oklch(0.8916 0.1334 179.07) | |
| Lab | lab(89.37 -46.15 1.1) | color: lab(89.37 -46.15 1.1) | |
| LCH | lch(89.37 46.16 178.63) | color: lch(89.37 46.16 178.63) |
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)
#A3A4E4 — rgb(163, 164, 228)
Deuteranopia (Green-blind)
#9A8FE5 — rgb(154, 143, 229)
Tritanopia (Blue-blind)
#6AE9EA — rgb(106, 233, 234)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(169, 92%, 68%);
text
color: hsl(169, 92%, 68%);
border
border: 2px solid hsl(169, 92%, 68%);
gradient light
background: linear-gradient(to right, hsl(169, 92%, 88%), hsl(169, 92%, 68%));
gradient dark
background: linear-gradient(to right, hsl(169, 92%, 68%), hsl(169, 92%, 48%))
hex
background-color: #62F8DD;
tailwind
bg-[hsl(169,92%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(169, 92%, 68%, 0.4);
css variable
--color-primary: hsl(169, 92%, 68%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(169, 92%, 68%)?
HEX: #62F8DD | RGB: rgb(98, 248, 221) | CMYK: 60%, 0%, 11%, 3% | HSV: 169°, 60%, 97%. Copy any format from the conversion table above.
What colors go well with #62F8DD?
The complementary color is HSL(349, 92%, 68%). For a triadic harmony, use hues 169°, 289°, and 49°. For analogous combinations, try hues 139° and 199°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(169, 92%, 68%) in CSS?
As HSL: color: hsl(169, 92%, 68%); — As HEX: color: #62F8DD; — As RGB: color: rgb(98, 248, 221); — Tailwind CSS: bg-[hsl(169,92%,68%)] — CSS variable: --color-primary: hsl(169, 92%, 68%);