#0bd258
a dark, electric green · cool · closest name: forestgreen
RGB
11, 210, 88
HSL
143°, 90%, 43%
CMYK
95, 0, 58, 18
Luminance
0.4687
Every format
| HEX | #0bd258 |
| RGB | rgb(11, 210, 88) |
| HSL | hsl(143, 90%, 43%) |
| CMYK | cmyk(95%, 0%, 58%, 18%) |
| LAB | lab(74.1 -68.3 47.7) |
| LCH | lch(74.1 83.3 145.0) |
| OKLCH | oklch(0.754 0.215 148.2) |
Copy-ready code
/* CSS */
color: #0bd258;
background-color: #0bd258;
/* Tailwind (arbitrary) */
class="text-[#0bd258] bg-[#0bd258]"
/* SCSS */
$brand: #0bd258;
/* SwiftUI */
Color(red: 0.043, green: 0.824, blue: 0.345)
/* Android */
Color.parseColor("#0bd258")Accessibility — WCAG contrast
Aa
#0bd258 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0bd258 on black: 10.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green82.4%
Blue34.5%
CMYK percentages
Cyan94.8%
Magenta0.0%
Yellow58.1%
Key (black)17.6%
Color previews
#0bd258 text on a black background
contrast 10.37:1
Card sample
#0bd258 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0bd258;
Background color
Panel with #0bd258 background
background-color: #0bd258;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0bd258;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 210, 88, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 210, 88, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0bd258; background: linear-gradient(135deg, #0bd258, #0BC7D2);