#baf779
a light, electric green · cool · closest name: khaki
RGB
186, 247, 121
HSL
89°, 89%, 72%
CMYK
25, 0, 51, 3
Luminance
0.7834
Every format
| HEX | #baf779 |
| RGB | rgb(186, 247, 121) |
| HSL | hsl(89, 89%, 72%) |
| CMYK | cmyk(25%, 0%, 51%, 3%) |
| LAB | lab(90.9 -39.4 53.9) |
| LCH | lch(90.9 66.8 126.1) |
| OKLCH | oklch(0.908 0.169 130.5) |
Copy-ready code
/* CSS */
color: #baf779;
background-color: #baf779;
/* Tailwind (arbitrary) */
class="text-[#baf779] bg-[#baf779]"
/* SCSS */
$brand: #baf779;
/* SwiftUI */
Color(red: 0.729, green: 0.969, blue: 0.475)
/* Android */
Color.parseColor("#baf779")Accessibility — WCAG contrast
Aa
#baf779 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf779 on black: 16.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green96.9%
Blue47.5%
CMYK percentages
Cyan24.7%
Magenta0.0%
Yellow51.0%
Key (black)3.1%
Color previews
#baf779 text on a black background
contrast 16.67:1
Card sample
#baf779 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf779;
Background color
Panel with #baf779 background
background-color: #baf779;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf779;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 247, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 247, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf779; background: linear-gradient(135deg, #baf779, #79F78C);