#baf83d
a balanced, electric green · cool · closest name: yellow
RGB
186, 248, 61
HSL
80°, 93%, 61%
CMYK
25, 0, 75, 3
Luminance
0.7791
Every format
| HEX | #baf83d |
| RGB | rgb(186, 248, 61) |
| HSL | hsl(80, 93%, 61%) |
| CMYK | cmyk(25%, 0%, 75%, 3%) |
| LAB | lab(90.7 -44.3 77.3) |
| LCH | lch(90.7 89.0 119.8) |
| OKLCH | oklch(0.905 0.213 126.8) |
Copy-ready code
/* CSS */
color: #baf83d;
background-color: #baf83d;
/* Tailwind (arbitrary) */
class="text-[#baf83d] bg-[#baf83d]"
/* SCSS */
$brand: #baf83d;
/* SwiftUI */
Color(red: 0.729, green: 0.973, blue: 0.239)
/* Android */
Color.parseColor("#baf83d")Accessibility — WCAG contrast
Aa
#baf83d on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf83d on black: 16.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green97.3%
Blue23.9%
CMYK percentages
Cyan25.0%
Magenta0.0%
Yellow75.4%
Key (black)2.7%
Color previews
#baf83d text on a black background
contrast 16.58:1
Card sample
#baf83d text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf83d;
Background color
Panel with #baf83d background
background-color: #baf83d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf83d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 248, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 248, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf83d; background: linear-gradient(135deg, #baf83d, #3DF83D);