#b3d20b
a dark, electric yellow · cool · closest name: yellow
RGB
179, 210, 11
HSL
69°, 90%, 43%
CMYK
15, 0, 95, 18
Luminance
0.5570
Every format
| HEX | #b3d20b |
| RGB | rgb(179, 210, 11) |
| HSL | hsl(69, 90%, 43%) |
| CMYK | cmyk(15%, 0%, 95%, 18%) |
| LAB | lab(79.4 -31.5 77.8) |
| LCH | lch(79.4 84.0 112.0) |
| OKLCH | oklch(0.812 0.191 119.9) |
Copy-ready code
/* CSS */
color: #b3d20b;
background-color: #b3d20b;
/* Tailwind (arbitrary) */
class="text-[#b3d20b] bg-[#b3d20b]"
/* SCSS */
$brand: #b3d20b;
/* SwiftUI */
Color(red: 0.702, green: 0.824, blue: 0.043)
/* Android */
Color.parseColor("#b3d20b")Accessibility — WCAG contrast
Aa
#b3d20b on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3d20b on black: 12.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green82.4%
Blue4.3%
CMYK percentages
Cyan14.8%
Magenta0.0%
Yellow94.8%
Key (black)17.6%
Color previews
#b3d20b text on a black background
contrast 12.14:1
Card sample
#b3d20b text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3d20b;
Background color
Panel with #b3d20b background
background-color: #b3d20b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3d20b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 210, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 210, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3d20b; background: linear-gradient(135deg, #b3d20b, #2ED20B);