#b8f64d
a balanced, electric green · cool · closest name: yellow
RGB
184, 246, 77
HSL
82°, 90%, 63%
CMYK
25, 0, 69, 4
Luminance
0.7664
Every format
| HEX | #b8f64d |
| RGB | rgb(184, 246, 77) |
| HSL | hsl(82, 90%, 63%) |
| CMYK | cmyk(25%, 0%, 69%, 4%) |
| LAB | lab(90.2 -43.3 71.3) |
| LCH | lch(90.2 83.4 121.3) |
| OKLCH | oklch(0.900 0.203 127.6) |
Copy-ready code
/* CSS */
color: #b8f64d;
background-color: #b8f64d;
/* Tailwind (arbitrary) */
class="text-[#b8f64d] bg-[#b8f64d]"
/* SCSS */
$brand: #b8f64d;
/* SwiftUI */
Color(red: 0.722, green: 0.965, blue: 0.302)
/* Android */
Color.parseColor("#b8f64d")Accessibility — WCAG contrast
Aa
#b8f64d on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8f64d on black: 16.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green96.5%
Blue30.2%
CMYK percentages
Cyan25.2%
Magenta0.0%
Yellow68.7%
Key (black)3.5%
Color previews
#b8f64d text on a black background
contrast 16.33:1
Card sample
#b8f64d text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8f64d;
Background color
Panel with #b8f64d background
background-color: #b8f64d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8f64d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 246, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 246, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8f64d; background: linear-gradient(135deg, #b8f64d, #4DF652);