#11fccc
a balanced, electric cyan · cool · closest name: aquamarine
RGB
17, 252, 204
HSL
168°, 98%, 53%
CMYK
93, 0, 19, 1
Luminance
0.7410
Every format
| HEX | #11fccc |
| RGB | rgb(17, 252, 204) |
| HSL | hsl(168, 98%, 53%) |
| CMYK | cmyk(93%, 0%, 19%, 1%) |
| LAB | lab(89.0 -60.1 9.2) |
| LCH | lch(89.0 60.8 171.3) |
| OKLCH | oklch(0.884 0.170 172.1) |
Copy-ready code
/* CSS */
color: #11fccc;
background-color: #11fccc;
/* Tailwind (arbitrary) */
class="text-[#11fccc] bg-[#11fccc]"
/* SCSS */
$brand: #11fccc;
/* SwiftUI */
Color(red: 0.067, green: 0.988, blue: 0.800)
/* Android */
Color.parseColor("#11fccc")Accessibility — WCAG contrast
Aa
#11fccc on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#11fccc on black: 15.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green98.8%
Blue80.0%
CMYK percentages
Cyan93.3%
Magenta0.0%
Yellow19.0%
Key (black)1.2%
Color previews
#11fccc text on a black background
contrast 15.82:1
Card sample
#11fccc text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #11fccc;
Background color
Panel with #11fccc background
background-color: #11fccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #11fccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 252, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 252, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #11fccc; background: linear-gradient(135deg, #11fccc, #118FFC);