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