#bdf167
a light, electric green · cool · closest name: khaki
RGB
189, 241, 103
HSL
83°, 83%, 68%
CMYK
22, 0, 57, 6
Luminance
0.7471
Every format
| HEX | #bdf167 |
| RGB | rgb(189, 241, 103) |
| HSL | hsl(83, 83%, 68%) |
| CMYK | cmyk(22%, 0%, 57%, 6%) |
| LAB | lab(89.3 -37.3 60.1) |
| LCH | lch(89.3 70.7 121.8) |
| OKLCH | oklch(0.895 0.175 127.0) |
Copy-ready code
/* CSS */
color: #bdf167;
background-color: #bdf167;
/* Tailwind (arbitrary) */
class="text-[#bdf167] bg-[#bdf167]"
/* SCSS */
$brand: #bdf167;
/* SwiftUI */
Color(red: 0.741, green: 0.945, blue: 0.404)
/* Android */
Color.parseColor("#bdf167")Accessibility — WCAG contrast
Aa
#bdf167 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf167 on black: 15.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.5%
Blue40.4%
CMYK percentages
Cyan21.6%
Magenta0.0%
Yellow57.3%
Key (black)5.5%
Color previews
#bdf167 text on a black background
contrast 15.94:1
Card sample
#bdf167 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf167;
Background color
Panel with #bdf167 background
background-color: #bdf167;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf167;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 241, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 241, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf167; background: linear-gradient(135deg, #bdf167, #67F16D);