HSL(162, 90%, 64%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(162,90%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(162, 90%, 64%) | color: hsl(162, 90%, 64%) | |
| HEX | #51F6C4 | color: #51F6C4 | |
| RGB | rgb(81, 246, 196) | color: rgb(81, 246, 196) | |
| CMYK | cmyk(67%, 0%, 20%, 4%) | — | |
| HSV | hsv(162, 67%, 96%) | — | |
| HWB | hwb(162 32% 4%) | color: hwb(162 32% 4%) | |
| OKLCH | oklch(0.8757 0.1533 168.68) | color: oklch(0.8757 0.1533 168.68) | |
| Lab | lab(87.8 -53.96 11.77) | color: lab(87.8 -53.96 11.77) | |
| LCH | lch(87.8 55.23 167.7) | color: lch(87.8 55.23 167.7) |
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)
#989AD0 — rgb(152, 154, 208)
Deuteranopia (Green-blind)
#8F83D3 — rgb(143, 131, 211)
Tritanopia (Blue-blind)
#59DADC — rgb(89, 218, 220)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(162, 90%, 64%);
text
color: hsl(162, 90%, 64%);
border
border: 2px solid hsl(162, 90%, 64%);
gradient light
background: linear-gradient(to right, hsl(162, 90%, 84%), hsl(162, 90%, 64%));
gradient dark
background: linear-gradient(to right, hsl(162, 90%, 64%), hsl(162, 90%, 44%))
hex
background-color: #51F6C4;
tailwind
bg-[hsl(162,90%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(162, 90%, 64%, 0.4);
css variable
--color-primary: hsl(162, 90%, 64%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(162, 90%, 64%)?
HEX: #51F6C4 | RGB: rgb(81, 246, 196) | CMYK: 67%, 0%, 20%, 4% | HSV: 162°, 67%, 96%. Copy any format from the conversion table above.
What colors go well with #51F6C4?
The complementary color is HSL(342, 90%, 64%). For a triadic harmony, use hues 162°, 282°, and 42°. For analogous combinations, try hues 132° and 192°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(162, 90%, 64%) in CSS?
As HSL: color: hsl(162, 90%, 64%); — As HEX: color: #51F6C4; — As RGB: color: rgb(81, 246, 196); — Tailwind CSS: bg-[hsl(162,90%,64%)] — CSS variable: --color-primary: hsl(162, 90%, 64%);