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