#bdf565
a light, electric green · cool · closest name: khaki
RGB
189, 245, 101
HSL
83°, 88%, 68%
CMYK
23, 0, 59, 4
Luminance
0.7706
Every format
| HEX | #bdf565 |
| RGB | rgb(189, 245, 101) |
| HSL | hsl(83, 88%, 68%) |
| CMYK | cmyk(23%, 0%, 59%, 4%) |
| LAB | lab(90.3 -39.3 62.2) |
| LCH | lch(90.3 73.5 122.3) |
| OKLCH | oklch(0.903 0.182 127.6) |
Copy-ready code
/* CSS */
color: #bdf565;
background-color: #bdf565;
/* Tailwind (arbitrary) */
class="text-[#bdf565] bg-[#bdf565]"
/* SCSS */
$brand: #bdf565;
/* SwiftUI */
Color(red: 0.741, green: 0.961, blue: 0.396)
/* Android */
Color.parseColor("#bdf565")Accessibility — WCAG contrast
Aa
#bdf565 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf565 on black: 16.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.1%
Blue39.6%
CMYK percentages
Cyan22.9%
Magenta0.0%
Yellow58.8%
Key (black)3.9%
Color previews
#bdf565 text on a black background
contrast 16.41:1
Card sample
#bdf565 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf565;
Background color
Panel with #bdf565 background
background-color: #bdf565;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf565;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 245, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 245, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf565; background: linear-gradient(135deg, #bdf565, #65F56D);