#bdf769
a light, electric green · cool · closest name: khaki
RGB
189, 247, 105
HSL
85°, 90%, 69%
CMYK
24, 0, 58, 3
Luminance
0.7836
Every format
| HEX | #bdf769 |
| RGB | rgb(189, 247, 105) |
| HSL | hsl(85, 90%, 69%) |
| CMYK | cmyk(24%, 0%, 58%, 3%) |
| LAB | lab(90.9 -39.8 61.1) |
| LCH | lch(90.9 73.0 123.1) |
| OKLCH | oklch(0.908 0.181 128.2) |
Copy-ready code
/* CSS */
color: #bdf769;
background-color: #bdf769;
/* Tailwind (arbitrary) */
class="text-[#bdf769] bg-[#bdf769]"
/* SCSS */
$brand: #bdf769;
/* SwiftUI */
Color(red: 0.741, green: 0.969, blue: 0.412)
/* Android */
Color.parseColor("#bdf769")Accessibility — WCAG contrast
Aa
#bdf769 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf769 on black: 16.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.9%
Blue41.2%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow57.5%
Key (black)3.1%
Color previews
#bdf769 text on a black background
contrast 16.67:1
Card sample
#bdf769 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf769;
Background color
Panel with #bdf769 background
background-color: #bdf769;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf769;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 247, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 247, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf769; background: linear-gradient(135deg, #bdf769, #69F774);