#0bdf6f
a balanced, electric green · cool · closest name: forestgreen
RGB
11, 223, 111
HSL
148°, 91%, 46%
CMYK
95, 0, 50, 13
Luminance
0.5399
Every format
| HEX | #0bdf6f |
| RGB | rgb(11, 223, 111) |
| HSL | hsl(148, 91%, 46%) |
| CMYK | cmyk(95%, 0%, 50%, 13%) |
| LAB | lab(78.5 -69.0 42.2) |
| LCH | lch(78.5 80.9 148.6) |
| OKLCH | oklch(0.791 0.211 151.0) |
Copy-ready code
/* CSS */
color: #0bdf6f;
background-color: #0bdf6f;
/* Tailwind (arbitrary) */
class="text-[#0bdf6f] bg-[#0bdf6f]"
/* SCSS */
$brand: #0bdf6f;
/* SwiftUI */
Color(red: 0.043, green: 0.875, blue: 0.435)
/* Android */
Color.parseColor("#0bdf6f")Accessibility — WCAG contrast
Aa
#0bdf6f on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0bdf6f on black: 11.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green87.5%
Blue43.5%
CMYK percentages
Cyan95.1%
Magenta0.0%
Yellow50.2%
Key (black)12.5%
Color previews
#0bdf6f text on a black background
contrast 11.80:1
Card sample
#0bdf6f text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0bdf6f;
Background color
Panel with #0bdf6f background
background-color: #0bdf6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0bdf6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 223, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 223, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0bdf6f; background: linear-gradient(135deg, #0bdf6f, #0BC2DF);