#baf48c
a light, electric green · cool · closest name: khaki
RGB
186, 244, 140
HSL
94°, 83%, 75%
CMYK
24, 0, 43, 4
Luminance
0.7703
Every format
| HEX | #baf48c |
| RGB | rgb(186, 244, 140) |
| HSL | hsl(94, 83%, 75%) |
| CMYK | cmyk(24%, 0%, 43%, 4%) |
| LAB | lab(90.3 -35.9 44.2) |
| LCH | lch(90.3 56.9 129.1) |
| OKLCH | oklch(0.904 0.146 132.5) |
Copy-ready code
/* CSS */
color: #baf48c;
background-color: #baf48c;
/* Tailwind (arbitrary) */
class="text-[#baf48c] bg-[#baf48c]"
/* SCSS */
$brand: #baf48c;
/* SwiftUI */
Color(red: 0.729, green: 0.957, blue: 0.549)
/* Android */
Color.parseColor("#baf48c")Accessibility — WCAG contrast
Aa
#baf48c on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf48c on black: 16.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green95.7%
Blue54.9%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow42.6%
Key (black)4.3%
Color previews
#baf48c text on a black background
contrast 16.41:1
Card sample
#baf48c text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf48c;
Background color
Panel with #baf48c background
background-color: #baf48c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf48c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 244, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 244, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf48c; background: linear-gradient(135deg, #baf48c, #8CF4A3);