#baf372
a light, electric green · cool · closest name: khaki
RGB
186, 243, 114
HSL
87°, 84%, 70%
CMYK
24, 0, 53, 5
Luminance
0.7576
Every format
| HEX | #baf372 |
| RGB | rgb(186, 243, 114) |
| HSL | hsl(87, 84%, 70%) |
| CMYK | cmyk(24%, 0%, 53%, 5%) |
| LAB | lab(89.8 -38.3 55.7) |
| LCH | lch(89.8 67.6 124.5) |
| OKLCH | oklch(0.898 0.170 129.1) |
Copy-ready code
/* CSS */
color: #baf372;
background-color: #baf372;
/* Tailwind (arbitrary) */
class="text-[#baf372] bg-[#baf372]"
/* SCSS */
$brand: #baf372;
/* SwiftUI */
Color(red: 0.729, green: 0.953, blue: 0.447)
/* Android */
Color.parseColor("#baf372")Accessibility — WCAG contrast
Aa
#baf372 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf372 on black: 16.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green95.3%
Blue44.7%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow53.1%
Key (black)4.7%
Color previews
#baf372 text on a black background
contrast 16.15:1
Card sample
#baf372 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf372;
Background color
Panel with #baf372 background
background-color: #baf372;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf372;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 243, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 243, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf372; background: linear-gradient(135deg, #baf372, #72F380);