#0ad430
a dark, electric green · cool · closest name: lime
RGB
10, 212, 48
HSL
131°, 91%, 44%
CMYK
95, 0, 77, 17
Luminance
0.4736
Every format
| HEX | #0ad430 |
| RGB | rgb(10, 212, 48) |
| HSL | hsl(131, 91%, 44%) |
| CMYK | cmyk(95%, 0%, 77%, 17%) |
| LAB | lab(74.4 -72.8 63.7) |
| LCH | lch(74.4 96.8 138.8) |
| OKLCH | oklch(0.756 0.243 144.0) |
Copy-ready code
/* CSS */
color: #0ad430;
background-color: #0ad430;
/* Tailwind (arbitrary) */
class="text-[#0ad430] bg-[#0ad430]"
/* SCSS */
$brand: #0ad430;
/* SwiftUI */
Color(red: 0.039, green: 0.831, blue: 0.188)
/* Android */
Color.parseColor("#0ad430")Accessibility — WCAG contrast
Aa
#0ad430 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ad430 on black: 10.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green83.1%
Blue18.8%
CMYK percentages
Cyan95.3%
Magenta0.0%
Yellow77.4%
Key (black)16.9%
Color previews
#0ad430 text on a black background
contrast 10.47:1
Card sample
#0ad430 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ad430;
Background color
Panel with #0ad430 background
background-color: #0ad430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ad430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 212, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 212, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ad430; background: linear-gradient(135deg, #0ad430, #0AD4B7);