#12cea8
a dark, electric cyan · cool · closest name: turquoise
RGB
18, 206, 168
HSL
168°, 84%, 44%
CMYK
91, 0, 18, 19
Luminance
0.4710
Every format
| HEX | #12cea8 |
| RGB | rgb(18, 206, 168) |
| HSL | hsl(168, 84%, 44%) |
| CMYK | cmyk(91%, 0%, 18%, 19%) |
| LAB | lab(74.3 -50.9 7.1) |
| LCH | lch(74.3 51.4 172.1) |
| OKLCH | oklch(0.760 0.144 172.8) |
Copy-ready code
/* CSS */
color: #12cea8;
background-color: #12cea8;
/* Tailwind (arbitrary) */
class="text-[#12cea8] bg-[#12cea8]"
/* SCSS */
$brand: #12cea8;
/* SwiftUI */
Color(red: 0.071, green: 0.808, blue: 0.659)
/* Android */
Color.parseColor("#12cea8")Accessibility — WCAG contrast
Aa
#12cea8 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#12cea8 on black: 10.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green80.8%
Blue65.9%
CMYK percentages
Cyan91.3%
Magenta0.0%
Yellow18.4%
Key (black)19.2%
Color previews
#12cea8 text on a black background
contrast 10.42:1
Card sample
#12cea8 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #12cea8;
Background color
Panel with #12cea8 background
background-color: #12cea8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #12cea8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 206, 168, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 206, 168, 0.45);
Border & gradient
Gradient panel
border: 3px solid #12cea8; background: linear-gradient(135deg, #12cea8, #1277CE);