#baf985
a light, electric green · cool · closest name: khaki
RGB
186, 249, 133
HSL
93°, 91%, 75%
CMYK
25, 0, 47, 2
Luminance
0.7988
Every format
| HEX | #baf985 |
| RGB | rgb(186, 249, 133) |
| HSL | hsl(93, 91%, 75%) |
| CMYK | cmyk(25%, 0%, 47%, 2%) |
| LAB | lab(91.6 -39.0 49.2) |
| LCH | lch(91.6 62.7 128.4) |
| OKLCH | oklch(0.914 0.160 132.2) |
Copy-ready code
/* CSS */
color: #baf985;
background-color: #baf985;
/* Tailwind (arbitrary) */
class="text-[#baf985] bg-[#baf985]"
/* SCSS */
$brand: #baf985;
/* SwiftUI */
Color(red: 0.729, green: 0.976, blue: 0.522)
/* Android */
Color.parseColor("#baf985")Accessibility — WCAG contrast
Aa
#baf985 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf985 on black: 16.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green97.6%
Blue52.2%
CMYK percentages
Cyan25.3%
Magenta0.0%
Yellow46.6%
Key (black)2.4%
Color previews
#baf985 text on a black background
contrast 16.98:1
Card sample
#baf985 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf985;
Background color
Panel with #baf985 background
background-color: #baf985;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf985;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 249, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 249, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf985; background: linear-gradient(135deg, #baf985, #85F99D);