#12ccc2
a dark, electric cyan · cool · closest name: turquoise
RGB
18, 204, 194
HSL
177°, 84%, 44%
CMYK
91, 0, 5, 20
Luminance
0.4721
Every format
| HEX | #12ccc2 |
| RGB | rgb(18, 204, 194) |
| HSL | hsl(177, 84%, 44%) |
| CMYK | cmyk(91%, 0%, 5%, 20%) |
| LAB | lab(74.3 -43.0 -6.8) |
| LCH | lch(74.3 43.6 189.0) |
| OKLCH | oklch(0.763 0.131 188.5) |
Copy-ready code
/* CSS */
color: #12ccc2;
background-color: #12ccc2;
/* Tailwind (arbitrary) */
class="text-[#12ccc2] bg-[#12ccc2]"
/* SCSS */
$brand: #12ccc2;
/* SwiftUI */
Color(red: 0.071, green: 0.800, blue: 0.761)
/* Android */
Color.parseColor("#12ccc2")Accessibility — WCAG contrast
Aa
#12ccc2 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#12ccc2 on black: 10.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green80.0%
Blue76.1%
CMYK percentages
Cyan91.2%
Magenta0.0%
Yellow4.9%
Key (black)20.0%
Color previews
#12ccc2 text on a black background
contrast 10.44:1
Card sample
#12ccc2 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #12ccc2;
Background color
Panel with #12ccc2 background
background-color: #12ccc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #12ccc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 204, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 204, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #12ccc2; background: linear-gradient(135deg, #12ccc2, #125ACC);