HSL(187, 60%, 54%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(187,60%,54%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(187, 60%, 54%) | color: hsl(187, 60%, 54%) | |
| HEX | #43C0D0 | color: #43C0D0 | |
| RGB | rgb(67, 192, 208) | color: rgb(67, 192, 208) | |
| CMYK | cmyk(68%, 8%, 0%, 18%) | — | |
| HSV | hsv(187, 68%, 82%) | — | |
| HWB | hwb(187 26% 18%) | color: hwb(187 26% 18%) | |
| OKLCH | oklch(0.7462 0.1095 207.26) | color: oklch(0.7462 0.1095 207.26) | |
| Lab | lab(71.85 -28.89 -18.07) | color: lab(71.85 -28.89 -18.07) | |
| LCH | lch(71.85 34.08 212.02) | color: lch(71.85 34.08 212.02) |
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)
#797ACC — rgb(121, 122, 204)
Deuteranopia (Green-blind)
#7269CB — rgb(114, 105, 203)
Tritanopia (Blue-blind)
#49C9C8 — rgb(73, 201, 200)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(187, 60%, 54%);
text
color: hsl(187, 60%, 54%);
border
border: 2px solid hsl(187, 60%, 54%);
gradient light
background: linear-gradient(to right, hsl(187, 60%, 74%), hsl(187, 60%, 54%));
gradient dark
background: linear-gradient(to right, hsl(187, 60%, 54%), hsl(187, 60%, 34%))
hex
background-color: #43C0D0;
tailwind
bg-[hsl(187,60%,54%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(187, 60%, 54%, 0.4);
css variable
--color-primary: hsl(187, 60%, 54%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(187, 60%, 54%)?
HEX: #43C0D0 | RGB: rgb(67, 192, 208) | CMYK: 68%, 8%, 0%, 18% | HSV: 187°, 68%, 82%. Copy any format from the conversion table above.
What colors go well with #43C0D0?
The complementary color is HSL(7, 60%, 54%). 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, 60%, 54%) in CSS?
As HSL: color: hsl(187, 60%, 54%); — As HEX: color: #43C0D0; — As RGB: color: rgb(67, 192, 208); — Tailwind CSS: bg-[hsl(187,60%,54%)] — CSS variable: --color-primary: hsl(187, 60%, 54%);