#0dbf21
a dark, electric green · cool · closest name: green
RGB
13, 191, 33
HSL
127°, 87%, 40%
CMYK
93, 0, 83, 25
Luminance
0.3746
Every format
| HEX | #0dbf21 |
| RGB | rgb(13, 191, 33) |
| HSL | hsl(127, 87%, 40%) |
| CMYK | cmyk(93%, 0%, 83%, 25%) |
| LAB | lab(67.6 -67.7 61.6) |
| LCH | lch(67.6 91.5 137.7) |
| OKLCH | oklch(0.699 0.228 143.3) |
Copy-ready code
/* CSS */
color: #0dbf21;
background-color: #0dbf21;
/* Tailwind (arbitrary) */
class="text-[#0dbf21] bg-[#0dbf21]"
/* SCSS */
$brand: #0dbf21;
/* SwiftUI */
Color(red: 0.051, green: 0.749, blue: 0.129)
/* Android */
Color.parseColor("#0dbf21")Accessibility — WCAG contrast
Aa
#0dbf21 on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0dbf21 on black: 8.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.1%
Green74.9%
Blue12.9%
CMYK percentages
Cyan93.2%
Magenta0.0%
Yellow82.7%
Key (black)25.1%
Color previews
#0dbf21 text on a black background
contrast 8.49:1
Card sample
#0dbf21 text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0dbf21;
Background color
Panel with #0dbf21 background
background-color: #0dbf21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0dbf21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(13, 191, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(13, 191, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0dbf21; background: linear-gradient(135deg, #0dbf21, #0DBF98);