#12dbb2
a balanced, electric cyan · cool · closest name: turquoise
RGB
18, 219, 178
HSL
168°, 85%, 47%
CMYK
92, 0, 19, 14
Luminance
0.5401
Every format
| HEX | #12dbb2 |
| RGB | rgb(18, 219, 178) |
| HSL | hsl(168, 85%, 47%) |
| CMYK | cmyk(92%, 0%, 19%, 14%) |
| LAB | lab(78.5 -53.6 7.8) |
| LCH | lch(78.5 54.1 171.7) |
| OKLCH | oklch(0.795 0.151 172.5) |
Copy-ready code
/* CSS */
color: #12dbb2;
background-color: #12dbb2;
/* Tailwind (arbitrary) */
class="text-[#12dbb2] bg-[#12dbb2]"
/* SCSS */
$brand: #12dbb2;
/* SwiftUI */
Color(red: 0.071, green: 0.859, blue: 0.698)
/* Android */
Color.parseColor("#12dbb2")Accessibility — WCAG contrast
Aa
#12dbb2 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#12dbb2 on black: 11.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green85.9%
Blue69.8%
CMYK percentages
Cyan91.8%
Magenta0.0%
Yellow18.7%
Key (black)14.1%
Color previews
#12dbb2 text on a black background
contrast 11.80:1
Card sample
#12dbb2 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #12dbb2;
Background color
Panel with #12dbb2 background
background-color: #12dbb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #12dbb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 219, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 219, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #12dbb2; background: linear-gradient(135deg, #12dbb2, #127EDB);