#b8df14
a balanced, electric green · cool · closest name: yellow
RGB
184, 223, 20
HSL
72°, 84%, 48%
CMYK
18, 0, 91, 13
Luminance
0.6302
Every format
| HEX | #b8df14 |
| RGB | rgb(184, 223, 20) |
| HSL | hsl(72, 84%, 48%) |
| CMYK | cmyk(18%, 0%, 91%, 13%) |
| LAB | lab(83.5 -35.3 80.1) |
| LCH | lch(83.5 87.5 113.8) |
| OKLCH | oklch(0.845 0.201 121.7) |
Copy-ready code
/* CSS */
color: #b8df14;
background-color: #b8df14;
/* Tailwind (arbitrary) */
class="text-[#b8df14] bg-[#b8df14]"
/* SCSS */
$brand: #b8df14;
/* SwiftUI */
Color(red: 0.722, green: 0.875, blue: 0.078)
/* Android */
Color.parseColor("#b8df14")Accessibility — WCAG contrast
Aa
#b8df14 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8df14 on black: 13.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green87.5%
Blue7.8%
CMYK percentages
Cyan17.5%
Magenta0.0%
Yellow91.0%
Key (black)12.5%
Color previews
#b8df14 text on a black background
contrast 13.60:1
Card sample
#b8df14 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8df14;
Background color
Panel with #b8df14 background
background-color: #b8df14;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8df14;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 223, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 223, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8df14; background: linear-gradient(135deg, #b8df14, #31DF14);