#11c1cc
a dark, electric cyan · cool · closest name: turquoise
RGB
17, 193, 204
HSL
184°, 85%, 43%
CMYK
92, 5, 0, 20
Luminance
0.4262
Every format
| HEX | #11c1cc |
| RGB | rgb(17, 193, 204) |
| HSL | hsl(184, 85%, 43%) |
| CMYK | cmyk(92%, 5%, 0%, 20%) |
| LAB | lab(71.3 -35.1 -16.8) |
| LCH | lch(71.3 38.9 205.6) |
| OKLCH | oklch(0.739 0.124 202.2) |
Copy-ready code
/* CSS */
color: #11c1cc;
background-color: #11c1cc;
/* Tailwind (arbitrary) */
class="text-[#11c1cc] bg-[#11c1cc]"
/* SCSS */
$brand: #11c1cc;
/* SwiftUI */
Color(red: 0.067, green: 0.757, blue: 0.800)
/* Android */
Color.parseColor("#11c1cc")Accessibility — WCAG contrast
Aa
#11c1cc on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#11c1cc on black: 9.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green75.7%
Blue80.0%
CMYK percentages
Cyan91.7%
Magenta5.4%
Yellow0.0%
Key (black)20.0%
Color previews
#11c1cc text on a black background
contrast 9.52:1
Card sample
#11c1cc text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #11c1cc;
Background color
Panel with #11c1cc background
background-color: #11c1cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #11c1cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 193, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 193, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #11c1cc; background: linear-gradient(135deg, #11c1cc, #1144CC);