#bdf855
a light, electric green · cool · closest name: yellow
RGB
189, 248, 85
HSL
82°, 92%, 65%
CMYK
24, 0, 66, 3
Luminance
0.7861
Every format
| HEX | #bdf855 |
| RGB | rgb(189, 248, 85) |
| HSL | hsl(82, 92%, 65%) |
| CMYK | cmyk(24%, 0%, 66%, 3%) |
| LAB | lab(91.1 -41.8 69.4) |
| LCH | lch(91.1 81.0 121.1) |
| OKLCH | oklch(0.909 0.198 127.1) |
Copy-ready code
/* CSS */
color: #bdf855;
background-color: #bdf855;
/* Tailwind (arbitrary) */
class="text-[#bdf855] bg-[#bdf855]"
/* SCSS */
$brand: #bdf855;
/* SwiftUI */
Color(red: 0.741, green: 0.973, blue: 0.333)
/* Android */
Color.parseColor("#bdf855")Accessibility — WCAG contrast
Aa
#bdf855 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf855 on black: 16.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green97.3%
Blue33.3%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow65.7%
Key (black)2.7%
Color previews
#bdf855 text on a black background
contrast 16.72:1
Card sample
#bdf855 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf855;
Background color
Panel with #bdf855 background
background-color: #bdf855;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf855;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 248, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 248, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf855; background: linear-gradient(135deg, #bdf855, #55F85A);