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