HSL(187, 37%, 48%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(187,37%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(187, 37%, 48%) | color: hsl(187, 37%, 48%) | |
| HEX | #4D9DA8 | color: #4D9DA8 | |
| RGB | rgb(77, 157, 168) | color: rgb(77, 157, 168) | |
| CMYK | cmyk(54%, 7%, 0%, 34%) | — | |
| HSV | hsv(187, 54%, 66%) | — | |
| HWB | hwb(187 30% 34%) | color: hwb(187 30% 34%) | |
| OKLCH | oklch(0.65 0.0797 207.28) | color: oklch(0.65 0.0797 207.28) | |
| Lab | lab(60.35 -21.26 -13.22) | color: lab(60.35 -21.26 -13.22) | |
| LCH | lch(60.35 25.04 211.87) | color: lch(60.35 25.04 211.87) |
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)
#7070A5 — rgb(112, 112, 165)
Deuteranopia (Green-blind)
#6B65A5 — rgb(107, 101, 165)
Tritanopia (Blue-blind)
#51A3A3 — rgb(81, 163, 163)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(187, 37%, 48%);
text
color: hsl(187, 37%, 48%);
border
border: 2px solid hsl(187, 37%, 48%);
gradient light
background: linear-gradient(to right, hsl(187, 37%, 68%), hsl(187, 37%, 48%));
gradient dark
background: linear-gradient(to right, hsl(187, 37%, 48%), hsl(187, 37%, 28%))
hex
background-color: #4D9DA8;
tailwind
bg-[hsl(187,37%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(187, 37%, 48%, 0.4);
css variable
--color-primary: hsl(187, 37%, 48%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(187, 37%, 48%)?
HEX: #4D9DA8 | RGB: rgb(77, 157, 168) | CMYK: 54%, 7%, 0%, 34% | HSV: 187°, 54%, 66%. Copy any format from the conversion table above.
What colors go well with #4D9DA8?
The complementary color is HSL(7, 37%, 48%). 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, 37%, 48%) in CSS?
As HSL: color: hsl(187, 37%, 48%); — As HEX: color: #4D9DA8; — As RGB: color: rgb(77, 157, 168); — Tailwind CSS: bg-[hsl(187,37%,48%)] — CSS variable: --color-primary: hsl(187, 37%, 48%);