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