#baf46c
a light, electric green · cool · closest name: khaki
RGB
186, 244, 108
HSL
86°, 86%, 69%
CMYK
24, 0, 56, 4
Luminance
0.7622
Every format
| HEX | #baf46c |
| RGB | rgb(186, 244, 108) |
| HSL | hsl(86, 86%, 69%) |
| CMYK | cmyk(24%, 0%, 56%, 4%) |
| LAB | lab(90.0 -39.3 58.6) |
| LCH | lch(90.0 70.6 123.8) |
| OKLCH | oklch(0.900 0.176 128.7) |
Copy-ready code
/* CSS */
color: #baf46c;
background-color: #baf46c;
/* Tailwind (arbitrary) */
class="text-[#baf46c] bg-[#baf46c]"
/* SCSS */
$brand: #baf46c;
/* SwiftUI */
Color(red: 0.729, green: 0.957, blue: 0.424)
/* Android */
Color.parseColor("#baf46c")Accessibility — WCAG contrast
Aa
#baf46c on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf46c on black: 16.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green95.7%
Blue42.4%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow55.7%
Key (black)4.3%
Color previews
#baf46c text on a black background
contrast 16.24:1
Card sample
#baf46c text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf46c;
Background color
Panel with #baf46c background
background-color: #baf46c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf46c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 244, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 244, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf46c; background: linear-gradient(135deg, #baf46c, #6CF479);