HSL(187, 93%, 28%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(187,93%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(187, 93%, 28%) | color: hsl(187, 93%, 28%) | |
| HEX | #057A8A | color: #057A8A | |
| RGB | rgb(5, 122, 138) | color: rgb(5, 122, 138) | |
| CMYK | cmyk(96%, 12%, 0%, 46%) | — | |
| HSV | hsv(187, 96%, 54%) | — | |
| HWB | hwb(187 2% 46%) | color: hwb(187 2% 46%) | |
| OKLCH | oklch(0.5317 0.0912 210.84) | color: oklch(0.5317 0.0912 210.84) | |
| Lab | lab(46.69 -22.15 -16.74) | color: lab(46.69 -22.15 -16.74) | |
| LCH | lch(46.69 27.76 217.08) | color: lch(46.69 27.76 217.08) |
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)
#383986 — rgb(56, 57, 134)
Deuteranopia (Green-blind)
#312885 — rgb(49, 40, 133)
Tritanopia (Blue-blind)
#0B8382 — rgb(11, 131, 130)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(187, 93%, 28%);
text
color: hsl(187, 93%, 28%);
border
border: 2px solid hsl(187, 93%, 28%);
gradient light
background: linear-gradient(to right, hsl(187, 93%, 48%), hsl(187, 93%, 28%));
gradient dark
background: linear-gradient(to right, hsl(187, 93%, 28%), hsl(187, 93%, 8%))
hex
background-color: #057A8A;
tailwind
bg-[hsl(187,93%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(187, 93%, 28%, 0.4);
css variable
--color-primary: hsl(187, 93%, 28%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(187, 93%, 28%)?
HEX: #057A8A | RGB: rgb(5, 122, 138) | CMYK: 96%, 12%, 0%, 46% | HSV: 187°, 96%, 54%. Copy any format from the conversion table above.
What colors go well with #057A8A?
The complementary color is HSL(7, 93%, 28%). 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, 93%, 28%) in CSS?
As HSL: color: hsl(187, 93%, 28%); — As HEX: color: #057A8A; — As RGB: color: rgb(5, 122, 138); — Tailwind CSS: bg-[hsl(187,93%,28%)] — CSS variable: --color-primary: hsl(187, 93%, 28%);