#bdf585
a light, electric green · cool · closest name: khaki
RGB
189, 245, 133
HSL
90°, 85%, 74%
CMYK
23, 0, 46, 4
Luminance
0.7782
Every format
| HEX | #bdf585 |
| RGB | rgb(189, 245, 133) |
| HSL | hsl(90, 85%, 74%) |
| CMYK | cmyk(23%, 0%, 46%, 4%) |
| LAB | lab(90.7 -36.1 48.1) |
| LCH | lch(90.7 60.1 126.9) |
| OKLCH | oklch(0.907 0.153 130.7) |
Copy-ready code
/* CSS */
color: #bdf585;
background-color: #bdf585;
/* Tailwind (arbitrary) */
class="text-[#bdf585] bg-[#bdf585]"
/* SCSS */
$brand: #bdf585;
/* SwiftUI */
Color(red: 0.741, green: 0.961, blue: 0.522)
/* Android */
Color.parseColor("#bdf585")Accessibility — WCAG contrast
Aa
#bdf585 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf585 on black: 16.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.1%
Blue52.2%
CMYK percentages
Cyan22.9%
Magenta0.0%
Yellow45.7%
Key (black)3.9%
Color previews
#bdf585 text on a black background
contrast 16.56:1
Card sample
#bdf585 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf585;
Background color
Panel with #bdf585 background
background-color: #bdf585;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf585;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 245, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 245, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf585; background: linear-gradient(135deg, #bdf585, #85F598);