#baf552
a balanced, electric green · cool · closest name: yellow
RGB
186, 245, 82
HSL
82°, 89%, 64%
CMYK
24, 0, 67, 4
Luminance
0.7635
Every format
| HEX | #baf552 |
| RGB | rgb(186, 245, 82) |
| HSL | hsl(82, 89%, 64%) |
| CMYK | cmyk(24%, 0%, 67%, 4%) |
| LAB | lab(90.0 -41.8 69.4) |
| LCH | lch(90.0 81.0 121.1) |
| OKLCH | oklch(0.900 0.198 127.2) |
Copy-ready code
/* CSS */
color: #baf552;
background-color: #baf552;
/* Tailwind (arbitrary) */
class="text-[#baf552] bg-[#baf552]"
/* SCSS */
$brand: #baf552;
/* SwiftUI */
Color(red: 0.729, green: 0.961, blue: 0.322)
/* Android */
Color.parseColor("#baf552")Accessibility — WCAG contrast
Aa
#baf552 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf552 on black: 16.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green96.1%
Blue32.2%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow66.5%
Key (black)3.9%
Color previews
#baf552 text on a black background
contrast 16.27:1
Card sample
#baf552 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf552;
Background color
Panel with #baf552 background
background-color: #baf552;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf552;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 245, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 245, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf552; background: linear-gradient(135deg, #baf552, #52F557);