#baf481
a light, electric green · cool · closest name: khaki
RGB
186, 244, 129
HSL
90°, 84%, 73%
CMYK
24, 0, 47, 4
Luminance
0.7673
Every format
| HEX | #baf481 |
| RGB | rgb(186, 244, 129) |
| HSL | hsl(90, 84%, 73%) |
| CMYK | cmyk(24%, 0%, 47%, 4%) |
| LAB | lab(90.2 -37.2 49.3) |
| LCH | lch(90.2 61.7 127.0) |
| OKLCH | oklch(0.903 0.157 130.9) |
Copy-ready code
/* CSS */
color: #baf481;
background-color: #baf481;
/* Tailwind (arbitrary) */
class="text-[#baf481] bg-[#baf481]"
/* SCSS */
$brand: #baf481;
/* SwiftUI */
Color(red: 0.729, green: 0.957, blue: 0.506)
/* Android */
Color.parseColor("#baf481")Accessibility — WCAG contrast
Aa
#baf481 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf481 on black: 16.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green95.7%
Blue50.6%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow47.1%
Key (black)4.3%
Color previews
#baf481 text on a black background
contrast 16.35:1
Card sample
#baf481 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf481;
Background color
Panel with #baf481 background
background-color: #baf481;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf481;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 244, 129, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 244, 129, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf481; background: linear-gradient(135deg, #baf481, #81F495);