HSL(163, 25%, 64%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(163,25%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(163, 25%, 64%) | color: hsl(163, 25%, 64%) | |
| HEX | #8CBAAD | color: #8CBAAD | |
| RGB | rgb(140, 186, 173) | color: rgb(140, 186, 173) | |
| CMYK | cmyk(25%, 0%, 7%, 27%) | — | |
| HSV | hsv(163, 25%, 73%) | — | |
| HWB | hwb(163 55% 27%) | color: hwb(163 55% 27%) | |
| OKLCH | oklch(0.7523 0.0524 175.55) | color: oklch(0.7523 0.0524 175.55) | |
| Lab | lab(72.03 -17.98 1.63) | color: lab(72.03 -17.98 1.63) | |
| LCH | lch(72.03 18.05 174.82) | color: lch(72.03 18.05 174.82) |
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)
#A0A0B0 — rgb(160, 160, 176)
Deuteranopia (Green-blind)
#9D9AB1 — rgb(157, 154, 177)
Tritanopia (Blue-blind)
#8EB3B3 — rgb(142, 179, 179)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(163, 25%, 64%);
text
color: hsl(163, 25%, 64%);
border
border: 2px solid hsl(163, 25%, 64%);
gradient light
background: linear-gradient(to right, hsl(163, 25%, 84%), hsl(163, 25%, 64%));
gradient dark
background: linear-gradient(to right, hsl(163, 25%, 64%), hsl(163, 25%, 44%))
hex
background-color: #8CBAAD;
tailwind
bg-[hsl(163,25%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(163, 25%, 64%, 0.4);
css variable
--color-primary: hsl(163, 25%, 64%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(163, 25%, 64%)?
HEX: #8CBAAD | RGB: rgb(140, 186, 173) | CMYK: 25%, 0%, 7%, 27% | HSV: 163°, 25%, 73%. Copy any format from the conversion table above.
What colors go well with #8CBAAD?
The complementary color is HSL(343, 25%, 64%). For a triadic harmony, use hues 163°, 283°, and 43°. For analogous combinations, try hues 133° and 193°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(163, 25%, 64%) in CSS?
As HSL: color: hsl(163, 25%, 64%); — As HEX: color: #8CBAAD; — As RGB: color: rgb(140, 186, 173); — Tailwind CSS: bg-[hsl(163,25%,64%)] — CSS variable: --color-primary: hsl(163, 25%, 64%);