#bdf664
a light, electric green · cool · closest name: khaki
RGB
189, 246, 100
HSL
83°, 89%, 68%
CMYK
23, 0, 59, 4
Luminance
0.7765
Every format
| HEX | #bdf664 |
| RGB | rgb(189, 246, 100) |
| HSL | hsl(83, 89%, 68%) |
| CMYK | cmyk(23%, 0%, 59%, 4%) |
| LAB | lab(90.6 -39.8 62.9) |
| LCH | lch(90.6 74.4 122.3) |
| OKLCH | oklch(0.905 0.184 127.7) |
Copy-ready code
/* CSS */
color: #bdf664;
background-color: #bdf664;
/* Tailwind (arbitrary) */
class="text-[#bdf664] bg-[#bdf664]"
/* SCSS */
$brand: #bdf664;
/* SwiftUI */
Color(red: 0.741, green: 0.965, blue: 0.392)
/* Android */
Color.parseColor("#bdf664")Accessibility — WCAG contrast
Aa
#bdf664 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf664 on black: 16.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.5%
Blue39.2%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow59.3%
Key (black)3.5%
Color previews
#bdf664 text on a black background
contrast 16.53:1
Card sample
#bdf664 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf664;
Background color
Panel with #bdf664 background
background-color: #bdf664;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf664;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 246, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 246, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf664; background: linear-gradient(135deg, #bdf664, #64F66C);