HSL(187, 16%, 36%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(187,16%,36%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(187, 16%, 36%) | color: hsl(187, 16%, 36%) | |
| HEX | #4D676A | color: #4D676A | |
| RGB | rgb(77, 103, 106) | color: rgb(77, 103, 106) | |
| CMYK | cmyk(27%, 3%, 0%, 58%) | — | |
| HSV | hsv(186, 27%, 42%) | — | |
| HWB | hwb(186 31% 58%) | color: hwb(186 31% 58%) | |
| OKLCH | oklch(0.4942 0.0311 205.01) | color: oklch(0.4942 0.0311 205.01) | |
| Lab | lab(41.72 -8.78 -4.82) | color: lab(41.72 -8.78 -4.82) | |
| LCH | lch(41.72 10.02 208.77) | color: lch(41.72 10.02 208.77) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#585869 — rgb(88, 88, 105)
Deuteranopia (Green-blind)
#575569 — rgb(87, 85, 105)
Tritanopia (Blue-blind)
#4E6969 — rgb(78, 105, 105)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(187, 16%, 36%);
text
color: hsl(187, 16%, 36%);
border
border: 2px solid hsl(187, 16%, 36%);
gradient light
background: linear-gradient(to right, hsl(187, 16%, 56%), hsl(187, 16%, 36%));
gradient dark
background: linear-gradient(to right, hsl(187, 16%, 36%), hsl(187, 16%, 16%))
hex
background-color: #4D676A;
tailwind
bg-[hsl(187,16%,36%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(187, 16%, 36%, 0.4);
css variable
--color-primary: hsl(187, 16%, 36%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(187, 16%, 36%)?
HEX: #4D676A | RGB: rgb(77, 103, 106) | CMYK: 27%, 3%, 0%, 58% | HSV: 186°, 27%, 42%. Copy any format from the conversion table above.
What colors go well with #4D676A?
The complementary color is HSL(7, 16%, 36%). 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, 16%, 36%) in CSS?
As HSL: color: hsl(187, 16%, 36%); — As HEX: color: #4D676A; — As RGB: color: rgb(77, 103, 106); — Tailwind CSS: bg-[hsl(187,16%,36%)] — CSS variable: --color-primary: hsl(187, 16%, 36%);