HSL(187, 78%, 28%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(187,78%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(187, 78%, 28%) | color: hsl(187, 78%, 28%) | |
| HEX | #10727F | color: #10727F | |
| RGB | rgb(16, 114, 127) | color: rgb(16, 114, 127) | |
| CMYK | cmyk(87%, 10%, 0%, 50%) | — | |
| HSV | hsv(187, 87%, 50%) | — | |
| HWB | hwb(187 7% 50%) | color: hwb(187 7% 50%) | |
| OKLCH | oklch(0.507 0.0837 209.2) | color: oklch(0.507 0.0837 209.2) | |
| Lab | lab(43.76 -21.09 -14.64) | color: lab(43.76 -21.09 -14.64) | |
| LCH | lch(43.76 25.67 214.77) | color: lch(43.76 25.67 214.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)
#3A3B7C — rgb(58, 59, 124)
Deuteranopia (Green-blind)
#352D7B — rgb(53, 45, 123)
Tritanopia (Blue-blind)
#157979 — rgb(21, 121, 121)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(187, 78%, 28%);
text
color: hsl(187, 78%, 28%);
border
border: 2px solid hsl(187, 78%, 28%);
gradient light
background: linear-gradient(to right, hsl(187, 78%, 48%), hsl(187, 78%, 28%));
gradient dark
background: linear-gradient(to right, hsl(187, 78%, 28%), hsl(187, 78%, 8%))
hex
background-color: #10727F;
tailwind
bg-[hsl(187,78%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(187, 78%, 28%, 0.4);
css variable
--color-primary: hsl(187, 78%, 28%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(187, 78%, 28%)?
HEX: #10727F | RGB: rgb(16, 114, 127) | CMYK: 87%, 10%, 0%, 50% | HSV: 187°, 87%, 50%. Copy any format from the conversion table above.
What colors go well with #10727F?
The complementary color is HSL(7, 78%, 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, 78%, 28%) in CSS?
As HSL: color: hsl(187, 78%, 28%); — As HEX: color: #10727F; — As RGB: color: rgb(16, 114, 127); — Tailwind CSS: bg-[hsl(187,78%,28%)] — CSS variable: --color-primary: hsl(187, 78%, 28%);