#bdf09b
a light, vivid green · cool · closest name: khaki
RGB
189, 240, 155
HSL
96°, 74%, 78%
CMYK
21, 0, 35, 6
Luminance
0.7551
Every format
| HEX | #bdf09b |
| RGB | rgb(189, 240, 155) |
| HSL | hsl(96, 74%, 78%) |
| CMYK | cmyk(21%, 0%, 35%, 6%) |
| LAB | lab(89.6 -31.1 35.9) |
| LCH | lch(89.6 47.5 130.8) |
| OKLCH | oklch(0.900 0.123 133.5) |
Copy-ready code
/* CSS */
color: #bdf09b;
background-color: #bdf09b;
/* Tailwind (arbitrary) */
class="text-[#bdf09b] bg-[#bdf09b]"
/* SCSS */
$brand: #bdf09b;
/* SwiftUI */
Color(red: 0.741, green: 0.941, blue: 0.608)
/* Android */
Color.parseColor("#bdf09b")Accessibility — WCAG contrast
Aa
#bdf09b on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf09b on black: 16.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.1%
Blue60.8%
CMYK percentages
Cyan21.2%
Magenta0.0%
Yellow35.4%
Key (black)5.9%
Color previews
#bdf09b text on a black background
contrast 16.10:1
Card sample
#bdf09b text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf09b;
Background color
Panel with #bdf09b background
background-color: #bdf09b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf09b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 240, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 240, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf09b; background: linear-gradient(135deg, #bdf09b, #9BF0B2);