HSL(180, 10%, 55%)
Grayish Cyan — Cyan color
Adjust Color
Color Information
Color Name
Grayish Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(180,10%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(180, 10%, 55%) | color: hsl(180, 10%, 55%) | |
| HEX | #819898 | color: #819898 | |
| RGB | rgb(129, 152, 152) | color: rgb(129, 152, 152) | |
| CMYK | cmyk(15%, 0%, 0%, 40%) | — | |
| HSV | hsv(180, 15%, 60%) | — | |
| HWB | hwb(180 51% 40%) | color: hwb(180 51% 40%) | |
| OKLCH | oklch(0.6618 0.026 196.54) | color: oklch(0.6618 0.026 196.54) | |
| Lab | lab(61.12 -8.08 -2.72) | color: lab(61.12 -8.08 -2.72) | |
| LCH | lch(61.12 8.53 198.6) | color: lch(61.12 8.53 198.6) |
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)
#8B8B98 — rgb(139, 139, 152)
Deuteranopia (Green-blind)
#8A8898 — rgb(138, 136, 152)
Tritanopia (Blue-blind)
#829898 — rgb(130, 152, 152)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(180, 10%, 55%);
text
color: hsl(180, 10%, 55%);
border
border: 2px solid hsl(180, 10%, 55%);
gradient light
background: linear-gradient(to right, hsl(180, 10%, 75%), hsl(180, 10%, 55%));
gradient dark
background: linear-gradient(to right, hsl(180, 10%, 55%), hsl(180, 10%, 35%))
hex
background-color: #819898;
tailwind
bg-[hsl(180,10%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(180, 10%, 55%, 0.4);
css variable
--color-primary: hsl(180, 10%, 55%);
Related Colors
Use Cases for Grayish Cyan
Frequently Asked Questions
What are all the color codes for HSL(180, 10%, 55%)?
HEX: #819898 | RGB: rgb(129, 152, 152) | CMYK: 15%, 0%, 0%, 40% | HSV: 180°, 15%, 60%. Copy any format from the conversion table above.
What colors go well with #819898?
The complementary color is HSL(0, 10%, 55%). For a triadic harmony, use hues 180°, 300°, and 60°. For analogous combinations, try hues 150° and 210°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(180, 10%, 55%) in CSS?
As HSL: color: hsl(180, 10%, 55%); — As HEX: color: #819898; — As RGB: color: rgb(129, 152, 152); — Tailwind CSS: bg-[hsl(180,10%,55%)] — CSS variable: --color-primary: hsl(180, 10%, 55%);