#bafd53
a light, electric green · cool · closest name: yellow
RGB
186, 253, 83
HSL
84°, 98%, 66%
CMYK
27, 0, 67, 1
Luminance
0.8131
Every format
| HEX | #bafd53 |
| RGB | rgb(186, 253, 83) |
| HSL | hsl(84, 98%, 66%) |
| CMYK | cmyk(27%, 0%, 67%, 1%) |
| LAB | lab(92.3 -45.2 71.3) |
| LCH | lch(92.3 84.5 122.3) |
| OKLCH | oklch(0.918 0.206 128.5) |
Copy-ready code
/* CSS */
color: #bafd53;
background-color: #bafd53;
/* Tailwind (arbitrary) */
class="text-[#bafd53] bg-[#bafd53]"
/* SCSS */
$brand: #bafd53;
/* SwiftUI */
Color(red: 0.729, green: 0.992, blue: 0.325)
/* Android */
Color.parseColor("#bafd53")Accessibility — WCAG contrast
Aa
#bafd53 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bafd53 on black: 17.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green99.2%
Blue32.5%
CMYK percentages
Cyan26.5%
Magenta0.0%
Yellow67.2%
Key (black)0.8%
Color previews
#bafd53 text on a black background
contrast 17.26:1
Card sample
#bafd53 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bafd53;
Background color
Panel with #bafd53 background
background-color: #bafd53;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bafd53;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 253, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 253, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bafd53; background: linear-gradient(135deg, #bafd53, #53FD5D);