#b8da21
a balanced, vivid green · cool · closest name: yellow
RGB
184, 218, 33
HSL
71°, 74%, 49%
CMYK
16, 0, 85, 15
Luminance
0.6044
Every format
| HEX | #b8da21 |
| RGB | rgb(184, 218, 33) |
| HSL | hsl(71, 74%, 49%) |
| CMYK | cmyk(16%, 0%, 85%, 15%) |
| LAB | lab(82.1 -32.7 76.7) |
| LCH | lch(82.1 83.4 113.1) |
| OKLCH | oklch(0.834 0.192 120.6) |
Copy-ready code
/* CSS */
color: #b8da21;
background-color: #b8da21;
/* Tailwind (arbitrary) */
class="text-[#b8da21] bg-[#b8da21]"
/* SCSS */
$brand: #b8da21;
/* SwiftUI */
Color(red: 0.722, green: 0.855, blue: 0.129)
/* Android */
Color.parseColor("#b8da21")Accessibility — WCAG contrast
Aa
#b8da21 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8da21 on black: 13.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green85.5%
Blue12.9%
CMYK percentages
Cyan15.6%
Magenta0.0%
Yellow84.9%
Key (black)14.5%
Color previews
#b8da21 text on a black background
contrast 13.09:1
Card sample
#b8da21 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8da21;
Background color
Panel with #b8da21 background
background-color: #b8da21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8da21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 218, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 218, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8da21; background: linear-gradient(135deg, #b8da21, #3DDA21);