#0ada09
a dark, electric green · cool · closest name: lime
RGB
10, 218, 9
HSL
120°, 92%, 45%
CMYK
95, 0, 96, 15
Luminance
0.5023
Every format
| HEX | #0ada09 |
| RGB | rgb(10, 218, 9) |
| HSL | hsl(120, 92%, 45%) |
| CMYK | cmyk(95%, 0%, 96%, 15%) |
| LAB | lab(76.2 -76.0 73.1) |
| LCH | lch(76.2 105.5 136.1) |
| OKLCH | oklch(0.770 0.260 142.5) |
Copy-ready code
/* CSS */
color: #0ada09;
background-color: #0ada09;
/* Tailwind (arbitrary) */
class="text-[#0ada09] bg-[#0ada09]"
/* SCSS */
$brand: #0ada09;
/* SwiftUI */
Color(red: 0.039, green: 0.855, blue: 0.035)
/* Android */
Color.parseColor("#0ada09")Accessibility — WCAG contrast
Aa
#0ada09 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ada09 on black: 11.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green85.5%
Blue3.5%
CMYK percentages
Cyan95.4%
Magenta0.0%
Yellow95.9%
Key (black)14.5%
Color previews
#0ada09 text on a black background
contrast 11.05:1
Card sample
#0ada09 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ada09;
Background color
Panel with #0ada09 background
background-color: #0ada09;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ada09;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 218, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 218, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ada09; background: linear-gradient(135deg, #0ada09, #09DA93);