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