#0dae1b
a dark, electric green · cool · closest name: green
RGB
13, 174, 27
HSL
125°, 86%, 37%
CMYK
93, 0, 85, 32
Luminance
0.3044
Every format
| HEX | #0dae1b |
| RGB | rgb(13, 174, 27) |
| HSL | hsl(125, 86%, 37%) |
| CMYK | cmyk(93%, 0%, 85%, 32%) |
| LAB | lab(62.0 -63.2 58.0) |
| LCH | lch(62.0 85.8 137.4) |
| OKLCH | oklch(0.652 0.214 143.2) |
Copy-ready code
/* CSS */
color: #0dae1b;
background-color: #0dae1b;
/* Tailwind (arbitrary) */
class="text-[#0dae1b] bg-[#0dae1b]"
/* SCSS */
$brand: #0dae1b;
/* SwiftUI */
Color(red: 0.051, green: 0.682, blue: 0.106)
/* Android */
Color.parseColor("#0dae1b")Accessibility — WCAG contrast
Aa
#0dae1b on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0dae1b on black: 7.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.1%
Green68.2%
Blue10.6%
CMYK percentages
Cyan92.5%
Magenta0.0%
Yellow84.5%
Key (black)31.8%
Color previews
#0dae1b text on a black background
contrast 7.09:1
Card sample
#0dae1b text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0dae1b;
Background color
Panel with #0dae1b background
background-color: #0dae1b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0dae1b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(13, 174, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(13, 174, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0dae1b; background: linear-gradient(135deg, #0dae1b, #0DAE86);