HSL(187, 15%, 52%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(187,15%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(187, 15%, 52%) | color: hsl(187, 15%, 52%) | |
| HEX | #729397 | color: #729397 | |
| RGB | rgb(114, 147, 151) | color: rgb(114, 147, 151) | |
| CMYK | cmyk(25%, 3%, 0%, 41%) | — | |
| HSV | hsv(186, 25%, 59%) | — | |
| HWB | hwb(186 44% 41%) | color: hwb(186 44% 41%) | |
| OKLCH | oklch(0.6398 0.0373 205.45) | color: oklch(0.6398 0.0373 205.45) | |
| Lab | lab(58.68 -10.49 -5.88) | color: lab(58.68 -10.49 -5.88) | |
| LCH | lch(58.68 12.03 209.27) | color: lch(58.68 12.03 209.27) |
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)
#808196 — rgb(128, 129, 150)
Deuteranopia (Green-blind)
#7E7C96 — rgb(126, 124, 150)
Tritanopia (Blue-blind)
#749595 — rgb(116, 149, 149)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(187, 15%, 52%);
text
color: hsl(187, 15%, 52%);
border
border: 2px solid hsl(187, 15%, 52%);
gradient light
background: linear-gradient(to right, hsl(187, 15%, 72%), hsl(187, 15%, 52%));
gradient dark
background: linear-gradient(to right, hsl(187, 15%, 52%), hsl(187, 15%, 32%))
hex
background-color: #729397;
tailwind
bg-[hsl(187,15%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(187, 15%, 52%, 0.4);
css variable
--color-primary: hsl(187, 15%, 52%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(187, 15%, 52%)?
HEX: #729397 | RGB: rgb(114, 147, 151) | CMYK: 25%, 3%, 0%, 41% | HSV: 186°, 25%, 59%. Copy any format from the conversion table above.
What colors go well with #729397?
The complementary color is HSL(7, 15%, 52%). For a triadic harmony, use hues 187°, 307°, and 67°. For analogous combinations, try hues 157° and 217°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(187, 15%, 52%) in CSS?
As HSL: color: hsl(187, 15%, 52%); — As HEX: color: #729397; — As RGB: color: rgb(114, 147, 151); — Tailwind CSS: bg-[hsl(187,15%,52%)] — CSS variable: --color-primary: hsl(187, 15%, 52%);