#12dfbc
a balanced, electric cyan · cool · closest name: turquoise
RGB
18, 223, 188
HSL
170°, 85%, 47%
CMYK
92, 0, 16, 13
Luminance
0.5653
Every format
| HEX | #12dfbc |
| RGB | rgb(18, 223, 188) |
| HSL | hsl(170, 85%, 47%) |
| CMYK | cmyk(92%, 0%, 16%, 13%) |
| LAB | lab(79.9 -52.6 4.6) |
| LCH | lch(79.9 52.8 175.0) |
| OKLCH | oklch(0.808 0.150 175.7) |
Copy-ready code
/* CSS */
color: #12dfbc;
background-color: #12dfbc;
/* Tailwind (arbitrary) */
class="text-[#12dfbc] bg-[#12dfbc]"
/* SCSS */
$brand: #12dfbc;
/* SwiftUI */
Color(red: 0.071, green: 0.875, blue: 0.737)
/* Android */
Color.parseColor("#12dfbc")Accessibility — WCAG contrast
Aa
#12dfbc on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#12dfbc on black: 12.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green87.5%
Blue73.7%
CMYK percentages
Cyan91.9%
Magenta0.0%
Yellow15.7%
Key (black)12.5%
Color previews
#12dfbc text on a black background
contrast 12.31:1
Card sample
#12dfbc text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #12dfbc;
Background color
Panel with #12dfbc background
background-color: #12dfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #12dfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 223, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 223, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #12dfbc; background: linear-gradient(135deg, #12dfbc, #1279DF);