#0cd503
a dark, electric green · cool · closest name: lime
RGB
12, 213, 3
HSL
117°, 97%, 42%
CMYK
94, 0, 99, 17
Luminance
0.4767
Every format
| HEX | #0cd503 |
| RGB | rgb(12, 213, 3) |
| HSL | hsl(117, 97%, 42%) |
| CMYK | cmyk(94%, 0%, 99%, 17%) |
| LAB | lab(74.6 -74.7 72.4) |
| LCH | lch(74.6 104.0 135.9) |
| OKLCH | oklch(0.757 0.256 142.4) |
Copy-ready code
/* CSS */
color: #0cd503;
background-color: #0cd503;
/* Tailwind (arbitrary) */
class="text-[#0cd503] bg-[#0cd503]"
/* SCSS */
$brand: #0cd503;
/* SwiftUI */
Color(red: 0.047, green: 0.835, blue: 0.012)
/* Android */
Color.parseColor("#0cd503")Accessibility — WCAG contrast
Aa
#0cd503 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cd503 on black: 10.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green83.5%
Blue1.2%
CMYK percentages
Cyan94.4%
Magenta0.0%
Yellow98.6%
Key (black)16.5%
Color previews
#0cd503 text on a black background
contrast 10.53:1
Card sample
#0cd503 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cd503;
Background color
Panel with #0cd503 background
background-color: #0cd503;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cd503;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 213, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 213, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cd503; background: linear-gradient(135deg, #0cd503, #03D586);