#baf366
a light, electric green · cool · closest name: khaki
RGB
186, 243, 102
HSL
84°, 86%, 68%
CMYK
24, 0, 58, 5
Luminance
0.7550
Every format
| HEX | #baf366 |
| RGB | rgb(186, 243, 102) |
| HSL | hsl(84, 86%, 68%) |
| CMYK | cmyk(24%, 0%, 58%, 5%) |
| LAB | lab(89.6 -39.4 60.9) |
| LCH | lch(89.6 72.5 122.9) |
| OKLCH | oklch(0.897 0.180 128.1) |
Copy-ready code
/* CSS */
color: #baf366;
background-color: #baf366;
/* Tailwind (arbitrary) */
class="text-[#baf366] bg-[#baf366]"
/* SCSS */
$brand: #baf366;
/* SwiftUI */
Color(red: 0.729, green: 0.953, blue: 0.400)
/* Android */
Color.parseColor("#baf366")Accessibility — WCAG contrast
Aa
#baf366 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf366 on black: 16.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green95.3%
Blue40.0%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow58.0%
Key (black)4.7%
Color previews
#baf366 text on a black background
contrast 16.10:1
Card sample
#baf366 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf366;
Background color
Panel with #baf366 background
background-color: #baf366;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf366;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 243, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 243, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf366; background: linear-gradient(135deg, #baf366, #66F370);