#bdf98f
a light, electric green · cool · closest name: khaki
RGB
189, 249, 143
HSL
94°, 90%, 77%
CMYK
24, 0, 43, 2
Luminance
0.8055
Every format
| HEX | #bdf98f |
| RGB | rgb(189, 249, 143) |
| HSL | hsl(94, 90%, 77%) |
| CMYK | cmyk(24%, 0%, 43%, 2%) |
| LAB | lab(91.9 -36.7 44.8) |
| LCH | lch(91.9 58.0 129.3) |
| OKLCH | oklch(0.918 0.149 132.8) |
Copy-ready code
/* CSS */
color: #bdf98f;
background-color: #bdf98f;
/* Tailwind (arbitrary) */
class="text-[#bdf98f] bg-[#bdf98f]"
/* SCSS */
$brand: #bdf98f;
/* SwiftUI */
Color(red: 0.741, green: 0.976, blue: 0.561)
/* Android */
Color.parseColor("#bdf98f")Accessibility — WCAG contrast
Aa
#bdf98f on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf98f on black: 17.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green97.6%
Blue56.1%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow42.6%
Key (black)2.4%
Color previews
#bdf98f text on a black background
contrast 17.11:1
Card sample
#bdf98f text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf98f;
Background color
Panel with #bdf98f background
background-color: #bdf98f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf98f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 249, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 249, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf98f; background: linear-gradient(135deg, #bdf98f, #8FF9A8);