#bddf07
a balanced, electric yellow · cool · closest name: yellow
RGB
189, 223, 7
HSL
69°, 94%, 45%
CMYK
15, 0, 97, 13
Luminance
0.6361
Every format
| HEX | #bddf07 |
| RGB | rgb(189, 223, 7) |
| HSL | hsl(69, 94%, 45%) |
| CMYK | cmyk(15%, 0%, 97%, 13%) |
| LAB | lab(83.8 -33.5 81.8) |
| LCH | lch(83.8 88.4 112.2) |
| OKLCH | oklch(0.849 0.201 120.2) |
Copy-ready code
/* CSS */
color: #bddf07;
background-color: #bddf07;
/* Tailwind (arbitrary) */
class="text-[#bddf07] bg-[#bddf07]"
/* SCSS */
$brand: #bddf07;
/* SwiftUI */
Color(red: 0.741, green: 0.875, blue: 0.027)
/* Android */
Color.parseColor("#bddf07")Accessibility — WCAG contrast
Aa
#bddf07 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bddf07 on black: 13.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green87.5%
Blue2.7%
CMYK percentages
Cyan15.2%
Magenta0.0%
Yellow96.9%
Key (black)12.5%
Color previews
#bddf07 text on a black background
contrast 13.72:1
Card sample
#bddf07 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bddf07;
Background color
Panel with #bddf07 background
background-color: #bddf07;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bddf07;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 223, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 223, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bddf07; background: linear-gradient(135deg, #bddf07, #2DDF07);