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