HSL(167, 22%, 52%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(167,22%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(167, 22%, 52%) | color: hsl(167, 22%, 52%) | |
| HEX | #6AA094 | color: #6AA094 | |
| RGB | rgb(106, 160, 148) | color: rgb(106, 160, 148) | |
| CMYK | cmyk(34%, 0%, 7%, 37%) | — | |
| HSV | hsv(167, 34%, 63%) | — | |
| HWB | hwb(167 42% 37%) | color: hwb(167 42% 37%) | |
| OKLCH | oklch(0.6644 0.0601 178.84) | color: oklch(0.6644 0.0601 178.84) | |
| Lab | lab(61.95 -20.58 0.58) | color: lab(61.95 -20.58 0.58) | |
| LCH | lch(61.95 20.59 178.39) | color: lch(61.95 20.59 178.39) |
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)
#818297 — rgb(129, 130, 151)
Deuteranopia (Green-blind)
#7E7A98 — rgb(126, 122, 152)
Tritanopia (Blue-blind)
#6D999A — rgb(109, 153, 154)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(167, 22%, 52%);
text
color: hsl(167, 22%, 52%);
border
border: 2px solid hsl(167, 22%, 52%);
gradient light
background: linear-gradient(to right, hsl(167, 22%, 72%), hsl(167, 22%, 52%));
gradient dark
background: linear-gradient(to right, hsl(167, 22%, 52%), hsl(167, 22%, 32%))
hex
background-color: #6AA094;
tailwind
bg-[hsl(167,22%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(167, 22%, 52%, 0.4);
css variable
--color-primary: hsl(167, 22%, 52%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(167, 22%, 52%)?
HEX: #6AA094 | RGB: rgb(106, 160, 148) | CMYK: 34%, 0%, 7%, 37% | HSV: 167°, 34%, 63%. Copy any format from the conversion table above.
What colors go well with #6AA094?
The complementary color is HSL(347, 22%, 52%). For a triadic harmony, use hues 167°, 287°, and 47°. For analogous combinations, try hues 137° and 197°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(167, 22%, 52%) in CSS?
As HSL: color: hsl(167, 22%, 52%); — As HEX: color: #6AA094; — As RGB: color: rgb(106, 160, 148); — Tailwind CSS: bg-[hsl(167,22%,52%)] — CSS variable: --color-primary: hsl(167, 22%, 52%);