#baf792
a light, electric green · cool · closest name: khaki
RGB
186, 247, 146
HSL
96°, 86%, 77%
CMYK
25, 0, 41, 3
Luminance
0.7904
Every format
| HEX | #baf792 |
| RGB | rgb(186, 247, 146) |
| HSL | hsl(96, 86%, 77%) |
| CMYK | cmyk(25%, 0%, 41%, 3%) |
| LAB | lab(91.3 -36.5 42.5) |
| LCH | lch(91.3 56.0 130.7) |
| OKLCH | oklch(0.912 0.144 133.9) |
Copy-ready code
/* CSS */
color: #baf792;
background-color: #baf792;
/* Tailwind (arbitrary) */
class="text-[#baf792] bg-[#baf792]"
/* SCSS */
$brand: #baf792;
/* SwiftUI */
Color(red: 0.729, green: 0.969, blue: 0.573)
/* Android */
Color.parseColor("#baf792")Accessibility — WCAG contrast
Aa
#baf792 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf792 on black: 16.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green96.9%
Blue57.3%
CMYK percentages
Cyan24.7%
Magenta0.0%
Yellow40.9%
Key (black)3.1%
Color previews
#baf792 text on a black background
contrast 16.81:1
Card sample
#baf792 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf792;
Background color
Panel with #baf792 background
background-color: #baf792;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf792;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 247, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 247, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf792; background: linear-gradient(135deg, #baf792, #92F7AD);