HSL(186, 60%, 16%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(186,60%,16%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(186, 60%, 16%) | color: hsl(186, 60%, 16%) | |
| HEX | #103C41 | color: #103C41 | |
| RGB | rgb(16, 60, 65) | color: rgb(16, 60, 65) | |
| CMYK | cmyk(75%, 8%, 0%, 75%) | — | |
| HSV | hsv(186, 75%, 25%) | — | |
| HWB | hwb(186 6% 75%) | color: hwb(186 6% 75%) | |
| OKLCH | oklch(0.329 0.0475 205.85) | color: oklch(0.329 0.0475 205.85) | |
| Lab | lab(22.73 -12.84 -7.47) | color: lab(22.73 -12.84 -7.47) | |
| LCH | lch(22.73 14.85 210.19) | color: lch(22.73 14.85 210.19) |
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)
#232340 — rgb(35, 35, 64)
Deuteranopia (Green-blind)
#211D40 — rgb(33, 29, 64)
Tritanopia (Blue-blind)
#123F3F — rgb(18, 63, 63)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(186, 60%, 16%);
text
color: hsl(186, 60%, 16%);
border
border: 2px solid hsl(186, 60%, 16%);
gradient light
background: linear-gradient(to right, hsl(186, 60%, 36%), hsl(186, 60%, 16%));
gradient dark
background: linear-gradient(to right, hsl(186, 60%, 16%), hsl(186, 60%, 0%))
hex
background-color: #103C41;
tailwind
bg-[hsl(186,60%,16%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(186, 60%, 16%, 0.4);
css variable
--color-primary: hsl(186, 60%, 16%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(186, 60%, 16%)?
HEX: #103C41 | RGB: rgb(16, 60, 65) | CMYK: 75%, 8%, 0%, 75% | HSV: 186°, 75%, 25%. Copy any format from the conversion table above.
What colors go well with #103C41?
The complementary color is HSL(6, 60%, 16%). For a triadic harmony, use hues 186°, 306°, and 66°. For analogous combinations, try hues 156° and 216°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(186, 60%, 16%) in CSS?
As HSL: color: hsl(186, 60%, 16%); — As HEX: color: #103C41; — As RGB: color: rgb(16, 60, 65); — Tailwind CSS: bg-[hsl(186,60%,16%)] — CSS variable: --color-primary: hsl(186, 60%, 16%);