#12ceaf
a dark, electric cyan · cool · closest name: turquoise
RGB
18, 206, 175
HSL
170°, 84%, 44%
CMYK
91, 0, 15, 19
Luminance
0.4737
Every format
| HEX | #12ceaf |
| RGB | rgb(18, 206, 175) |
| HSL | hsl(170, 84%, 44%) |
| CMYK | cmyk(91%, 0%, 15%, 19%) |
| LAB | lab(74.4 -49.1 3.6) |
| LCH | lch(74.4 49.2 175.8) |
| OKLCH | oklch(0.762 0.140 176.4) |
Copy-ready code
/* CSS */
color: #12ceaf;
background-color: #12ceaf;
/* Tailwind (arbitrary) */
class="text-[#12ceaf] bg-[#12ceaf]"
/* SCSS */
$brand: #12ceaf;
/* SwiftUI */
Color(red: 0.071, green: 0.808, blue: 0.686)
/* Android */
Color.parseColor("#12ceaf")Accessibility — WCAG contrast
Aa
#12ceaf on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#12ceaf on black: 10.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green80.8%
Blue68.6%
CMYK percentages
Cyan91.3%
Magenta0.0%
Yellow15.0%
Key (black)19.2%
Color previews
#12ceaf text on a black background
contrast 10.47:1
Card sample
#12ceaf text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #12ceaf;
Background color
Panel with #12ceaf background
background-color: #12ceaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #12ceaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 206, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 206, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #12ceaf; background: linear-gradient(135deg, #12ceaf, #1270CE);