#baf545
a balanced, electric green · cool · closest name: yellow
RGB
186, 245, 69
HSL
80°, 90%, 62%
CMYK
24, 0, 72, 4
Luminance
0.7617
Every format
| HEX | #baf545 |
| RGB | rgb(186, 245, 69) |
| HSL | hsl(80, 90%, 62%) |
| CMYK | cmyk(24%, 0%, 72%, 4%) |
| LAB | lab(89.9 -42.6 73.9) |
| LCH | lch(89.9 85.3 119.9) |
| OKLCH | oklch(0.899 0.206 126.6) |
Copy-ready code
/* CSS */
color: #baf545;
background-color: #baf545;
/* Tailwind (arbitrary) */
class="text-[#baf545] bg-[#baf545]"
/* SCSS */
$brand: #baf545;
/* SwiftUI */
Color(red: 0.729, green: 0.961, blue: 0.271)
/* Android */
Color.parseColor("#baf545")Accessibility — WCAG contrast
Aa
#baf545 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf545 on black: 16.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green96.1%
Blue27.1%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow71.8%
Key (black)3.9%
Color previews
#baf545 text on a black background
contrast 16.23:1
Card sample
#baf545 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf545;
Background color
Panel with #baf545 background
background-color: #baf545;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf545;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 245, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 245, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf545; background: linear-gradient(135deg, #baf545, #45F545);