#baf321
a balanced, electric green · cool · closest name: yellow
RGB
186, 243, 33
HSL
76°, 90%, 54%
CMYK
24, 0, 86, 5
Luminance
0.7465
Every format
| HEX | #baf321 |
| RGB | rgb(186, 243, 33) |
| HSL | hsl(76, 90%, 54%) |
| CMYK | cmyk(24%, 0%, 86%, 5%) |
| LAB | lab(89.2 -43.1 82.8) |
| LCH | lch(89.2 93.3 117.5) |
| OKLCH | oklch(0.893 0.219 125.3) |
Copy-ready code
/* CSS */
color: #baf321;
background-color: #baf321;
/* Tailwind (arbitrary) */
class="text-[#baf321] bg-[#baf321]"
/* SCSS */
$brand: #baf321;
/* SwiftUI */
Color(red: 0.729, green: 0.953, blue: 0.129)
/* Android */
Color.parseColor("#baf321")Accessibility — WCAG contrast
Aa
#baf321 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf321 on black: 15.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green95.3%
Blue12.9%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow86.4%
Key (black)4.7%
Color previews
#baf321 text on a black background
contrast 15.93:1
Card sample
#baf321 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf321;
Background color
Panel with #baf321 background
background-color: #baf321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 243, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 243, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf321; background: linear-gradient(135deg, #baf321, #2EF321);