HSL(163, 51%, 62%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(163,51%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(163, 51%, 62%) | color: hsl(163, 51%, 62%) | |
| HEX | #6DD0B4 | color: #6DD0B4 | |
| RGB | rgb(109, 208, 180) | color: rgb(109, 208, 180) | |
| CMYK | cmyk(48%, 0%, 13%, 18%) | — | |
| HSV | hsv(163, 48%, 82%) | — | |
| HWB | hwb(163 43% 18%) | color: hwb(163 43% 18%) | |
| OKLCH | oklch(0.7894 0.1027 172.96) | color: oklch(0.7894 0.1027 172.96) | |
| Lab | lab(77.07 -35.78 4.96) | color: lab(77.07 -35.78 4.96) | |
| LCH | lch(77.07 36.12 172.11) | color: lch(77.07 36.12 172.11) |
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)
#9899BB — rgb(152, 153, 187)
Deuteranopia (Green-blind)
#928BBC — rgb(146, 139, 188)
Tritanopia (Blue-blind)
#72C0C1 — rgb(114, 192, 193)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(163, 51%, 62%);
text
color: hsl(163, 51%, 62%);
border
border: 2px solid hsl(163, 51%, 62%);
gradient light
background: linear-gradient(to right, hsl(163, 51%, 82%), hsl(163, 51%, 62%));
gradient dark
background: linear-gradient(to right, hsl(163, 51%, 62%), hsl(163, 51%, 42%))
hex
background-color: #6DD0B4;
tailwind
bg-[hsl(163,51%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(163, 51%, 62%, 0.4);
css variable
--color-primary: hsl(163, 51%, 62%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(163, 51%, 62%)?
HEX: #6DD0B4 | RGB: rgb(109, 208, 180) | CMYK: 48%, 0%, 13%, 18% | HSV: 163°, 48%, 82%. Copy any format from the conversion table above.
What colors go well with #6DD0B4?
The complementary color is HSL(343, 51%, 62%). For a triadic harmony, use hues 163°, 283°, and 43°. For analogous combinations, try hues 133° and 193°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(163, 51%, 62%) in CSS?
As HSL: color: hsl(163, 51%, 62%); — As HEX: color: #6DD0B4; — As RGB: color: rgb(109, 208, 180); — Tailwind CSS: bg-[hsl(163,51%,62%)] — CSS variable: --color-primary: hsl(163, 51%, 62%);