#12c4d6
a balanced, electric cyan · cool · closest name: skyblue
RGB
18, 196, 214
HSL
186°, 85%, 46%
CMYK
92, 8, 0, 16
Luminance
0.4446
Every format
| HEX | #12c4d6 |
| RGB | rgb(18, 196, 214) |
| HSL | hsl(186, 85%, 46%) |
| CMYK | cmyk(92%, 8%, 0%, 16%) |
| LAB | lab(72.5 -33.3 -20.4) |
| LCH | lch(72.5 39.1 211.4) |
| OKLCH | oklch(0.750 0.127 206.7) |
Copy-ready code
/* CSS */
color: #12c4d6;
background-color: #12c4d6;
/* Tailwind (arbitrary) */
class="text-[#12c4d6] bg-[#12c4d6]"
/* SCSS */
$brand: #12c4d6;
/* SwiftUI */
Color(red: 0.071, green: 0.769, blue: 0.839)
/* Android */
Color.parseColor("#12c4d6")Accessibility — WCAG contrast
Aa
#12c4d6 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#12c4d6 on black: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green76.9%
Blue83.9%
CMYK percentages
Cyan91.6%
Magenta8.4%
Yellow0.0%
Key (black)16.1%
Color previews
#12c4d6 text on a black background
contrast 9.89:1
Card sample
#12c4d6 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #12c4d6;
Background color
Panel with #12c4d6 background
background-color: #12c4d6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #12c4d6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 196, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 196, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #12c4d6; background: linear-gradient(135deg, #12c4d6, #1241D6);