HSL(162, 30%, 48%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(162,30%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(162, 30%, 48%) | color: hsl(162, 30%, 48%) | |
| HEX | #569F89 | color: #569F89 | |
| RGB | rgb(86, 159, 137) | color: rgb(86, 159, 137) | |
| CMYK | cmyk(46%, 0%, 14%, 38%) | — | |
| HSV | hsv(162, 46%, 62%) | — | |
| HWB | hwb(162 33% 38%) | color: hwb(162 33% 38%) | |
| OKLCH | oklch(0.6485 0.0812 172.02) | color: oklch(0.6485 0.0812 172.02) | |
| Lab | lab(60.41 -28.28 4.43) | color: lab(60.41 -28.28 4.43) | |
| LCH | lch(60.41 28.62 171.1) | color: lch(60.41 28.62 171.1) |
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)
#76768E — rgb(118, 118, 142)
Deuteranopia (Green-blind)
#716C90 — rgb(113, 108, 144)
Tritanopia (Blue-blind)
#5A9393 — rgb(90, 147, 147)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(162, 30%, 48%);
text
color: hsl(162, 30%, 48%);
border
border: 2px solid hsl(162, 30%, 48%);
gradient light
background: linear-gradient(to right, hsl(162, 30%, 68%), hsl(162, 30%, 48%));
gradient dark
background: linear-gradient(to right, hsl(162, 30%, 48%), hsl(162, 30%, 28%))
hex
background-color: #569F89;
tailwind
bg-[hsl(162,30%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(162, 30%, 48%, 0.4);
css variable
--color-primary: hsl(162, 30%, 48%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(162, 30%, 48%)?
HEX: #569F89 | RGB: rgb(86, 159, 137) | CMYK: 46%, 0%, 14%, 38% | HSV: 162°, 46%, 62%. Copy any format from the conversion table above.
What colors go well with #569F89?
The complementary color is HSL(342, 30%, 48%). 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, 30%, 48%) in CSS?
As HSL: color: hsl(162, 30%, 48%); — As HEX: color: #569F89; — As RGB: color: rgb(86, 159, 137); — Tailwind CSS: bg-[hsl(162,30%,48%)] — CSS variable: --color-primary: hsl(162, 30%, 48%);