#bdf263
a light, electric green · cool · closest name: khaki
RGB
189, 242, 99
HSL
82°, 85%, 67%
CMYK
22, 0, 59, 5
Luminance
0.7522
Every format
| HEX | #bdf263 |
| RGB | rgb(189, 242, 99) |
| HSL | hsl(82, 85%, 67%) |
| CMYK | cmyk(22%, 0%, 59%, 5%) |
| LAB | lab(89.5 -38.1 62.0) |
| LCH | lch(89.5 72.8 121.6) |
| OKLCH | oklch(0.896 0.180 126.9) |
Copy-ready code
/* CSS */
color: #bdf263;
background-color: #bdf263;
/* Tailwind (arbitrary) */
class="text-[#bdf263] bg-[#bdf263]"
/* SCSS */
$brand: #bdf263;
/* SwiftUI */
Color(red: 0.741, green: 0.949, blue: 0.388)
/* Android */
Color.parseColor("#bdf263")Accessibility — WCAG contrast
Aa
#bdf263 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf263 on black: 16.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.9%
Blue38.8%
CMYK percentages
Cyan21.9%
Magenta0.0%
Yellow59.1%
Key (black)5.1%
Color previews
#bdf263 text on a black background
contrast 16.04:1
Card sample
#bdf263 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf263;
Background color
Panel with #bdf263 background
background-color: #bdf263;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf263;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 242, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 242, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf263; background: linear-gradient(135deg, #bdf263, #63F268);