#0ccc8c
a dark, electric cyan · cool · closest name: aquamarine
RGB
12, 204, 140
HSL
160°, 89%, 42%
CMYK
94, 0, 31, 20
Luminance
0.4516
Every format
| HEX | #0ccc8c |
| RGB | rgb(12, 204, 140) |
| HSL | hsl(160, 89%, 42%) |
| CMYK | cmyk(94%, 0%, 31%, 20%) |
| LAB | lab(73.0 -57.0 20.3) |
| LCH | lch(73.0 60.5 160.4) |
| OKLCH | oklch(0.748 0.163 161.6) |
Copy-ready code
/* CSS */
color: #0ccc8c;
background-color: #0ccc8c;
/* Tailwind (arbitrary) */
class="text-[#0ccc8c] bg-[#0ccc8c]"
/* SCSS */
$brand: #0ccc8c;
/* SwiftUI */
Color(red: 0.047, green: 0.800, blue: 0.549)
/* Android */
Color.parseColor("#0ccc8c")Accessibility — WCAG contrast
Aa
#0ccc8c on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ccc8c on black: 10.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green80.0%
Blue54.9%
CMYK percentages
Cyan94.1%
Magenta0.0%
Yellow31.4%
Key (black)20.0%
Color previews
#0ccc8c text on a black background
contrast 10.03:1
Card sample
#0ccc8c text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ccc8c;
Background color
Panel with #0ccc8c background
background-color: #0ccc8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ccc8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 204, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 204, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ccc8c; background: linear-gradient(135deg, #0ccc8c, #0C8CCC);