HSL(187, 22%, 37%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(187,22%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(187, 22%, 37%) | color: hsl(187, 22%, 37%) | |
| HEX | #4A6E73 | color: #4A6E73 | |
| RGB | rgb(74, 110, 115) | color: rgb(74, 110, 115) | |
| CMYK | cmyk(36%, 4%, 0%, 55%) | — | |
| HSV | hsv(187, 36%, 45%) | — | |
| HWB | hwb(187 29% 55%) | color: hwb(187 29% 55%) | |
| OKLCH | oklch(0.513 0.0417 206.85) | color: oklch(0.513 0.0417 206.85) | |
| Lab | lab(44.01 -11.41 -6.87) | color: lab(44.01 -11.41 -6.87) | |
| LCH | lch(44.01 13.32 211.05) | color: lch(44.01 13.32 211.05) |
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)
#5A5A72 — rgb(90, 90, 114)
Deuteranopia (Green-blind)
#585572 — rgb(88, 85, 114)
Tritanopia (Blue-blind)
#4C7171 — rgb(76, 113, 113)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(187, 22%, 37%);
text
color: hsl(187, 22%, 37%);
border
border: 2px solid hsl(187, 22%, 37%);
gradient light
background: linear-gradient(to right, hsl(187, 22%, 57%), hsl(187, 22%, 37%));
gradient dark
background: linear-gradient(to right, hsl(187, 22%, 37%), hsl(187, 22%, 17%))
hex
background-color: #4A6E73;
tailwind
bg-[hsl(187,22%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(187, 22%, 37%, 0.4);
css variable
--color-primary: hsl(187, 22%, 37%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(187, 22%, 37%)?
HEX: #4A6E73 | RGB: rgb(74, 110, 115) | CMYK: 36%, 4%, 0%, 55% | HSV: 187°, 36%, 45%. Copy any format from the conversion table above.
What colors go well with #4A6E73?
The complementary color is HSL(7, 22%, 37%). 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, 22%, 37%) in CSS?
As HSL: color: hsl(187, 22%, 37%); — As HEX: color: #4A6E73; — As RGB: color: rgb(74, 110, 115); — Tailwind CSS: bg-[hsl(187,22%,37%)] — CSS variable: --color-primary: hsl(187, 22%, 37%);