#baf565
a light, electric green · cool · closest name: khaki
RGB
186, 245, 101
HSL
85°, 88%, 68%
CMYK
24, 0, 59, 4
Luminance
0.7668
Every format
| HEX | #baf565 |
| RGB | rgb(186, 245, 101) |
| HSL | hsl(85, 88%, 68%) |
| CMYK | cmyk(24%, 0%, 59%, 4%) |
| LAB | lab(90.2 -40.4 61.9) |
| LCH | lch(90.2 73.9 123.1) |
| OKLCH | oklch(0.901 0.183 128.4) |
Copy-ready code
/* CSS */
color: #baf565;
background-color: #baf565;
/* Tailwind (arbitrary) */
class="text-[#baf565] bg-[#baf565]"
/* SCSS */
$brand: #baf565;
/* SwiftUI */
Color(red: 0.729, green: 0.961, blue: 0.396)
/* Android */
Color.parseColor("#baf565")Accessibility — WCAG contrast
Aa
#baf565 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf565 on black: 16.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green96.1%
Blue39.6%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow58.8%
Key (black)3.9%
Color previews
#baf565 text on a black background
contrast 16.34:1
Card sample
#baf565 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf565;
Background color
Panel with #baf565 background
background-color: #baf565;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf565;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 245, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 245, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf565; background: linear-gradient(135deg, #baf565, #65F570);