#0bdf01
a dark, electric green · cool · closest name: lime
RGB
11, 223, 1
HSL
117°, 99%, 44%
CMYK
95, 0, 100, 13
Luminance
0.5285
Every format
| HEX | #0bdf01 |
| RGB | rgb(11, 223, 1) |
| HSL | hsl(117, 99%, 44%) |
| CMYK | cmyk(95%, 0%, 100%, 13%) |
| LAB | lab(77.8 -77.5 75.1) |
| LCH | lch(77.8 107.9 135.9) |
| OKLCH | oklch(0.783 0.266 142.4) |
Copy-ready code
/* CSS */
color: #0bdf01;
background-color: #0bdf01;
/* Tailwind (arbitrary) */
class="text-[#0bdf01] bg-[#0bdf01]"
/* SCSS */
$brand: #0bdf01;
/* SwiftUI */
Color(red: 0.043, green: 0.875, blue: 0.004)
/* Android */
Color.parseColor("#0bdf01")Accessibility — WCAG contrast
Aa
#0bdf01 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0bdf01 on black: 11.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green87.5%
Blue0.4%
CMYK percentages
Cyan95.1%
Magenta0.0%
Yellow99.6%
Key (black)12.5%
Color previews
#0bdf01 text on a black background
contrast 11.57:1
Card sample
#0bdf01 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0bdf01;
Background color
Panel with #0bdf01 background
background-color: #0bdf01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0bdf01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 223, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 223, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0bdf01; background: linear-gradient(135deg, #0bdf01, #01DF8B);