#bdf635
a balanced, electric green · cool · closest name: yellow
RGB
189, 246, 53
HSL
78°, 92%, 59%
CMYK
23, 0, 79, 4
Luminance
0.7699
Every format
| HEX | #bdf635 |
| RGB | rgb(189, 246, 53) |
| HSL | hsl(78, 92%, 59%) |
| CMYK | cmyk(23%, 0%, 79%, 4%) |
| LAB | lab(90.3 -42.6 79.2) |
| LCH | lch(90.3 90.0 118.3) |
| OKLCH | oklch(0.902 0.213 125.5) |
Copy-ready code
/* CSS */
color: #bdf635;
background-color: #bdf635;
/* Tailwind (arbitrary) */
class="text-[#bdf635] bg-[#bdf635]"
/* SCSS */
$brand: #bdf635;
/* SwiftUI */
Color(red: 0.741, green: 0.965, blue: 0.208)
/* Android */
Color.parseColor("#bdf635")Accessibility — WCAG contrast
Aa
#bdf635 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf635 on black: 16.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.5%
Blue20.8%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow78.5%
Key (black)3.5%
Color previews
#bdf635 text on a black background
contrast 16.40:1
Card sample
#bdf635 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf635;
Background color
Panel with #bdf635 background
background-color: #bdf635;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf635;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 246, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 246, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf635; background: linear-gradient(135deg, #bdf635, #3CF635);