#baf85d
a light, electric green · cool · closest name: yellow
RGB
186, 248, 93
HSL
84°, 92%, 67%
CMYK
25, 0, 63, 3
Luminance
0.7836
Every format
| HEX | #baf85d |
| RGB | rgb(186, 248, 93) |
| HSL | hsl(84, 92%, 67%) |
| CMYK | cmyk(25%, 0%, 63%, 3%) |
| LAB | lab(91.0 -42.3 66.1) |
| LCH | lch(91.0 78.5 122.6) |
| OKLCH | oklch(0.907 0.193 128.3) |
Copy-ready code
/* CSS */
color: #baf85d;
background-color: #baf85d;
/* Tailwind (arbitrary) */
class="text-[#baf85d] bg-[#baf85d]"
/* SCSS */
$brand: #baf85d;
/* SwiftUI */
Color(red: 0.729, green: 0.973, blue: 0.365)
/* Android */
Color.parseColor("#baf85d")Accessibility — WCAG contrast
Aa
#baf85d on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf85d on black: 16.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green97.3%
Blue36.5%
CMYK percentages
Cyan25.0%
Magenta0.0%
Yellow62.5%
Key (black)2.7%
Color previews
#baf85d text on a black background
contrast 16.67:1
Card sample
#baf85d text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf85d;
Background color
Panel with #baf85d background
background-color: #baf85d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf85d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 248, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 248, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf85d; background: linear-gradient(135deg, #baf85d, #5DF868);