#12fdce
a balanced, electric cyan · cool · closest name: aquamarine
RGB
18, 253, 206
HSL
168°, 98%, 53%
CMYK
93, 0, 19, 1
Luminance
0.7484
Every format
| HEX | #12fdce |
| RGB | rgb(18, 253, 206) |
| HSL | hsl(168, 98%, 53%) |
| CMYK | cmyk(93%, 0%, 19%, 1%) |
| LAB | lab(89.3 -59.9 8.7) |
| LCH | lch(89.3 60.5 171.8) |
| OKLCH | oklch(0.887 0.169 172.6) |
Copy-ready code
/* CSS */
color: #12fdce;
background-color: #12fdce;
/* Tailwind (arbitrary) */
class="text-[#12fdce] bg-[#12fdce]"
/* SCSS */
$brand: #12fdce;
/* SwiftUI */
Color(red: 0.071, green: 0.992, blue: 0.808)
/* Android */
Color.parseColor("#12fdce")Accessibility — WCAG contrast
Aa
#12fdce on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#12fdce on black: 15.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green99.2%
Blue80.8%
CMYK percentages
Cyan92.9%
Magenta0.0%
Yellow18.6%
Key (black)0.8%
Color previews
#12fdce text on a black background
contrast 15.97:1
Card sample
#12fdce text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #12fdce;
Background color
Panel with #12fdce background
background-color: #12fdce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #12fdce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 253, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 253, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #12fdce; background: linear-gradient(135deg, #12fdce, #128FFD);