#bdf552
a balanced, electric green · cool · closest name: yellow
RGB
189, 245, 82
HSL
81°, 89%, 64%
CMYK
23, 0, 67, 4
Luminance
0.7673
Every format
| HEX | #bdf552 |
| RGB | rgb(189, 245, 82) |
| HSL | hsl(81, 89%, 64%) |
| CMYK | cmyk(23%, 0%, 67%, 4%) |
| LAB | lab(90.2 -40.7 69.6) |
| LCH | lch(90.2 80.7 120.3) |
| OKLCH | oklch(0.902 0.196 126.4) |
Copy-ready code
/* CSS */
color: #bdf552;
background-color: #bdf552;
/* Tailwind (arbitrary) */
class="text-[#bdf552] bg-[#bdf552]"
/* SCSS */
$brand: #bdf552;
/* SwiftUI */
Color(red: 0.741, green: 0.961, blue: 0.322)
/* Android */
Color.parseColor("#bdf552")Accessibility — WCAG contrast
Aa
#bdf552 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf552 on black: 16.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.1%
Blue32.2%
CMYK percentages
Cyan22.9%
Magenta0.0%
Yellow66.5%
Key (black)3.9%
Color previews
#bdf552 text on a black background
contrast 16.35:1
Card sample
#bdf552 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf552;
Background color
Panel with #bdf552 background
background-color: #bdf552;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf552;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 245, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 245, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf552; background: linear-gradient(135deg, #bdf552, #52F554);