HSL(182, 22%, 64%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(182,22%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(182, 22%, 64%) | color: hsl(182, 22%, 64%) | |
| HEX | #8FB6B7 | color: #8FB6B7 | |
| RGB | rgb(143, 182, 183) | color: rgb(143, 182, 183) | |
| CMYK | cmyk(22%, 1%, 0%, 28%) | — | |
| HSV | hsv(182, 22%, 72%) | — | |
| HWB | hwb(182 56% 28%) | color: hwb(182 56% 28%) | |
| OKLCH | oklch(0.7483 0.0419 198.24) | color: oklch(0.7483 0.0419 198.24) | |
| Lab | lab(71.36 -12.79 -4.81) | color: lab(71.36 -12.79 -4.81) | |
| LCH | lch(71.36 13.66 200.61) | color: lch(71.36 13.66 200.61) |
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)
#A0A0B7 — rgb(160, 160, 183)
Deuteranopia (Green-blind)
#9E9BB7 — rgb(158, 155, 183)
Tritanopia (Blue-blind)
#91B7B7 — rgb(145, 183, 183)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(182, 22%, 64%);
text
color: hsl(182, 22%, 64%);
border
border: 2px solid hsl(182, 22%, 64%);
gradient light
background: linear-gradient(to right, hsl(182, 22%, 84%), hsl(182, 22%, 64%));
gradient dark
background: linear-gradient(to right, hsl(182, 22%, 64%), hsl(182, 22%, 44%))
hex
background-color: #8FB6B7;
tailwind
bg-[hsl(182,22%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(182, 22%, 64%, 0.4);
css variable
--color-primary: hsl(182, 22%, 64%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(182, 22%, 64%)?
HEX: #8FB6B7 | RGB: rgb(143, 182, 183) | CMYK: 22%, 1%, 0%, 28% | HSV: 182°, 22%, 72%. Copy any format from the conversion table above.
What colors go well with #8FB6B7?
The complementary color is HSL(2, 22%, 64%). 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, 22%, 64%) in CSS?
As HSL: color: hsl(182, 22%, 64%); — As HEX: color: #8FB6B7; — As RGB: color: rgb(143, 182, 183); — Tailwind CSS: bg-[hsl(182,22%,64%)] — CSS variable: --color-primary: hsl(182, 22%, 64%);