#baf821
a balanced, electric green · cool · closest name: yellow
RGB
186, 248, 33
HSL
77°, 94%, 55%
CMYK
25, 0, 87, 3
Luminance
0.7768
Every format
| HEX | #baf821 |
| RGB | rgb(186, 248, 33) |
| HSL | hsl(77, 94%, 55%) |
| CMYK | cmyk(25%, 0%, 87%, 3%) |
| LAB | lab(90.6 -45.3 83.9) |
| LCH | lch(90.6 95.4 118.3) |
| OKLCH | oklch(0.904 0.224 126.1) |
Copy-ready code
/* CSS */
color: #baf821;
background-color: #baf821;
/* Tailwind (arbitrary) */
class="text-[#baf821] bg-[#baf821]"
/* SCSS */
$brand: #baf821;
/* SwiftUI */
Color(red: 0.729, green: 0.973, blue: 0.129)
/* Android */
Color.parseColor("#baf821")Accessibility — WCAG contrast
Aa
#baf821 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf821 on black: 16.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green97.3%
Blue12.9%
CMYK percentages
Cyan25.0%
Magenta0.0%
Yellow86.7%
Key (black)2.7%
Color previews
#baf821 text on a black background
contrast 16.54:1
Card sample
#baf821 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf821;
Background color
Panel with #baf821 background
background-color: #baf821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 248, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 248, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf821; background: linear-gradient(135deg, #baf821, #2BF821);