#bdf807
a balanced, electric green · cool · closest name: yellow
RGB
189, 248, 7
HSL
75°, 95%, 50%
CMYK
24, 0, 97, 3
Luminance
0.7797
Every format
| HEX | #bdf807 |
| RGB | rgb(189, 248, 7) |
| HSL | hsl(75, 95%, 50%) |
| CMYK | cmyk(24%, 0%, 97%, 3%) |
| LAB | lab(90.8 -44.6 87.2) |
| LCH | lch(90.8 97.9 117.1) |
| OKLCH | oklch(0.905 0.227 125.2) |
Copy-ready code
/* CSS */
color: #bdf807;
background-color: #bdf807;
/* Tailwind (arbitrary) */
class="text-[#bdf807] bg-[#bdf807]"
/* SCSS */
$brand: #bdf807;
/* SwiftUI */
Color(red: 0.741, green: 0.973, blue: 0.027)
/* Android */
Color.parseColor("#bdf807")Accessibility — WCAG contrast
Aa
#bdf807 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf807 on black: 16.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green97.3%
Blue2.7%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow97.2%
Key (black)2.7%
Color previews
#bdf807 text on a black background
contrast 16.59:1
Card sample
#bdf807 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf807;
Background color
Panel with #bdf807 background
background-color: #bdf807;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf807;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 248, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 248, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf807; background: linear-gradient(135deg, #bdf807, #1CF807);