#12eccf
a balanced, electric cyan · cool · closest name: turquoise
RGB
18, 236, 207
HSL
172°, 86%, 50%
CMYK
92, 0, 12, 8
Luminance
0.6462
Every format
| HEX | #12eccf |
| RGB | rgb(18, 236, 207) |
| HSL | hsl(172, 86%, 50%) |
| CMYK | cmyk(92%, 0%, 12%, 8%) |
| LAB | lab(84.3 -53.0 0.9) |
| LCH | lch(84.3 53.0 179.1) |
| OKLCH | oklch(0.846 0.152 179.5) |
Copy-ready code
/* CSS */
color: #12eccf;
background-color: #12eccf;
/* Tailwind (arbitrary) */
class="text-[#12eccf] bg-[#12eccf]"
/* SCSS */
$brand: #12eccf;
/* SwiftUI */
Color(red: 0.071, green: 0.925, blue: 0.812)
/* Android */
Color.parseColor("#12eccf")Accessibility — WCAG contrast
Aa
#12eccf on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#12eccf on black: 13.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green92.5%
Blue81.2%
CMYK percentages
Cyan92.4%
Magenta0.0%
Yellow12.3%
Key (black)7.5%
Color previews
#12eccf text on a black background
contrast 13.92:1
Card sample
#12eccf text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #12eccf;
Background color
Panel with #12eccf background
background-color: #12eccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #12eccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 236, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 236, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #12eccf; background: linear-gradient(135deg, #12eccf, #1278EC);