HSL(182, 30%, 55%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(182,30%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(182, 30%, 55%) | color: hsl(182, 30%, 55%) | |
| HEX | #6AACAF | color: #6AACAF | |
| RGB | rgb(106, 172, 175) | color: rgb(106, 172, 175) | |
| CMYK | cmyk(39%, 2%, 0%, 31%) | — | |
| HSV | hsv(183, 39%, 69%) | — | |
| HWB | hwb(183 42% 31%) | color: hwb(183 42% 31%) | |
| OKLCH | oklch(0.7015 0.0675 199.44) | color: oklch(0.7015 0.0675 199.44) | |
| Lab | lab(66.26 -20.18 -8.17) | color: lab(66.26 -20.18 -8.17) | |
| LCH | lch(66.26 21.77 202.04) | color: lch(66.26 21.77 202.04) |
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)
#8787AE — rgb(135, 135, 174)
Deuteranopia (Green-blind)
#837EAE — rgb(131, 126, 174)
Tritanopia (Blue-blind)
#6DAEAE — rgb(109, 174, 174)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(182, 30%, 55%);
text
color: hsl(182, 30%, 55%);
border
border: 2px solid hsl(182, 30%, 55%);
gradient light
background: linear-gradient(to right, hsl(182, 30%, 75%), hsl(182, 30%, 55%));
gradient dark
background: linear-gradient(to right, hsl(182, 30%, 55%), hsl(182, 30%, 35%))
hex
background-color: #6AACAF;
tailwind
bg-[hsl(182,30%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(182, 30%, 55%, 0.4);
css variable
--color-primary: hsl(182, 30%, 55%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(182, 30%, 55%)?
HEX: #6AACAF | RGB: rgb(106, 172, 175) | CMYK: 39%, 2%, 0%, 31% | HSV: 183°, 39%, 69%. Copy any format from the conversion table above.
What colors go well with #6AACAF?
The complementary color is HSL(2, 30%, 55%). For a triadic harmony, use hues 182°, 302°, and 62°. For analogous combinations, try hues 152° and 212°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(182, 30%, 55%) in CSS?
As HSL: color: hsl(182, 30%, 55%); — As HEX: color: #6AACAF; — As RGB: color: rgb(106, 172, 175); — Tailwind CSS: bg-[hsl(182,30%,55%)] — CSS variable: --color-primary: hsl(182, 30%, 55%);