HSL(176, 20%, 51%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(176,20%,51%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(176, 20%, 51%) | color: hsl(176, 20%, 51%) | |
| HEX | #699B98 | color: #699B98 | |
| RGB | rgb(105, 155, 152) | color: rgb(105, 155, 152) | |
| CMYK | cmyk(32%, 0%, 2%, 39%) | — | |
| HSV | hsv(176, 32%, 61%) | — | |
| HWB | hwb(176 41% 39%) | color: hwb(176 41% 39%) | |
| OKLCH | oklch(0.6532 0.0537 191.18) | color: oklch(0.6532 0.0537 191.18) | |
| Lab | lab(60.53 -17.32 -3.77) | color: lab(60.53 -17.32 -3.77) | |
| LCH | lch(60.53 17.73 192.28) | color: lch(60.53 17.73 192.28) |
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)
#7F7F99 — rgb(127, 127, 153)
Deuteranopia (Green-blind)
#7C7899 — rgb(124, 120, 153)
Tritanopia (Blue-blind)
#6C9999 — rgb(108, 153, 153)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(176, 20%, 51%);
text
color: hsl(176, 20%, 51%);
border
border: 2px solid hsl(176, 20%, 51%);
gradient light
background: linear-gradient(to right, hsl(176, 20%, 71%), hsl(176, 20%, 51%));
gradient dark
background: linear-gradient(to right, hsl(176, 20%, 51%), hsl(176, 20%, 31%))
hex
background-color: #699B98;
tailwind
bg-[hsl(176,20%,51%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(176, 20%, 51%, 0.4);
css variable
--color-primary: hsl(176, 20%, 51%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(176, 20%, 51%)?
HEX: #699B98 | RGB: rgb(105, 155, 152) | CMYK: 32%, 0%, 2%, 39% | HSV: 176°, 32%, 61%. Copy any format from the conversion table above.
What colors go well with #699B98?
The complementary color is HSL(356, 20%, 51%). For a triadic harmony, use hues 176°, 296°, and 56°. For analogous combinations, try hues 146° and 206°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(176, 20%, 51%) in CSS?
As HSL: color: hsl(176, 20%, 51%); — As HEX: color: #699B98; — As RGB: color: rgb(105, 155, 152); — Tailwind CSS: bg-[hsl(176,20%,51%)] — CSS variable: --color-primary: hsl(176, 20%, 51%);