#baf474
a light, electric green · cool · closest name: khaki
RGB
186, 244, 116
HSL
87°, 85%, 71%
CMYK
24, 0, 53, 4
Luminance
0.7640
Every format
| HEX | #baf474 |
| RGB | rgb(186, 244, 116) |
| HSL | hsl(87, 85%, 71%) |
| CMYK | cmyk(24%, 0%, 53%, 4%) |
| LAB | lab(90.0 -38.5 55.2) |
| LCH | lch(90.0 67.3 124.9) |
| OKLCH | oklch(0.901 0.169 129.5) |
Copy-ready code
/* CSS */
color: #baf474;
background-color: #baf474;
/* Tailwind (arbitrary) */
class="text-[#baf474] bg-[#baf474]"
/* SCSS */
$brand: #baf474;
/* SwiftUI */
Color(red: 0.729, green: 0.957, blue: 0.455)
/* Android */
Color.parseColor("#baf474")Accessibility — WCAG contrast
Aa
#baf474 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf474 on black: 16.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green95.7%
Blue45.5%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow52.5%
Key (black)4.3%
Color previews
#baf474 text on a black background
contrast 16.28:1
Card sample
#baf474 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf474;
Background color
Panel with #baf474 background
background-color: #baf474;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf474;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 244, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 244, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf474; background: linear-gradient(135deg, #baf474, #74F483);