HSL(165, 90%, 69%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(165,90%,69%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(165, 90%, 69%) | color: hsl(165, 90%, 69%) | |
| HEX | #69F7D4 | color: #69F7D4 | |
| RGB | rgb(105, 247, 212) | color: rgb(105, 247, 212) | |
| CMYK | cmyk(57%, 0%, 14%, 3%) | — | |
| HSV | hsv(165, 57%, 97%) | — | |
| HWB | hwb(165 42% 3%) | color: hwb(165 42% 3%) | |
| OKLCH | oklch(0.8888 0.1333 174.22) | color: oklch(0.8888 0.1333 174.22) | |
| Lab | lab(89.05 -46.6 5.34) | color: lab(89.05 -46.6 5.34) | |
| LCH | lch(89.05 46.9 173.46) | color: lch(89.05 46.9 173.46) |
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)
#A6A8DC — rgb(166, 168, 220)
Deuteranopia (Green-blind)
#9E94DF — rgb(158, 148, 223)
Tritanopia (Blue-blind)
#70E3E5 — rgb(112, 227, 229)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(165, 90%, 69%);
text
color: hsl(165, 90%, 69%);
border
border: 2px solid hsl(165, 90%, 69%);
gradient light
background: linear-gradient(to right, hsl(165, 90%, 89%), hsl(165, 90%, 69%));
gradient dark
background: linear-gradient(to right, hsl(165, 90%, 69%), hsl(165, 90%, 49%))
hex
background-color: #69F7D4;
tailwind
bg-[hsl(165,90%,69%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(165, 90%, 69%, 0.4);
css variable
--color-primary: hsl(165, 90%, 69%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(165, 90%, 69%)?
HEX: #69F7D4 | RGB: rgb(105, 247, 212) | CMYK: 57%, 0%, 14%, 3% | HSV: 165°, 57%, 97%. Copy any format from the conversion table above.
What colors go well with #69F7D4?
The complementary color is HSL(345, 90%, 69%). For a triadic harmony, use hues 165°, 285°, and 45°. For analogous combinations, try hues 135° and 195°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(165, 90%, 69%) in CSS?
As HSL: color: hsl(165, 90%, 69%); — As HEX: color: #69F7D4; — As RGB: color: rgb(105, 247, 212); — Tailwind CSS: bg-[hsl(165,90%,69%)] — CSS variable: --color-primary: hsl(165, 90%, 69%);