#baf445
a balanced, electric green · cool · closest name: yellow
RGB
186, 244, 69
HSL
80°, 89%, 61%
CMYK
24, 0, 72, 4
Luminance
0.7557
Every format
| HEX | #baf445 |
| RGB | rgb(186, 244, 69) |
| HSL | hsl(80, 89%, 61%) |
| CMYK | cmyk(24%, 0%, 72%, 4%) |
| LAB | lab(89.7 -42.1 73.7) |
| LCH | lch(89.7 84.9 119.8) |
| OKLCH | oklch(0.897 0.204 126.4) |
Copy-ready code
/* CSS */
color: #baf445;
background-color: #baf445;
/* Tailwind (arbitrary) */
class="text-[#baf445] bg-[#baf445]"
/* SCSS */
$brand: #baf445;
/* SwiftUI */
Color(red: 0.729, green: 0.957, blue: 0.271)
/* Android */
Color.parseColor("#baf445")Accessibility — WCAG contrast
Aa
#baf445 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf445 on black: 16.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green95.7%
Blue27.1%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow71.7%
Key (black)4.3%
Color previews
#baf445 text on a black background
contrast 16.11:1
Card sample
#baf445 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf445;
Background color
Panel with #baf445 background
background-color: #baf445;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf445;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 244, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 244, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf445; background: linear-gradient(135deg, #baf445, #45F445);