#bdf385
a light, electric green · cool · closest name: khaki
RGB
189, 243, 133
HSL
90°, 82%, 74%
CMYK
22, 0, 45, 5
Luminance
0.7661
Every format
| HEX | #bdf385 |
| RGB | rgb(189, 243, 133) |
| HSL | hsl(90, 82%, 74%) |
| CMYK | cmyk(22%, 0%, 45%, 5%) |
| LAB | lab(90.1 -35.2 47.4) |
| LCH | lch(90.1 59.0 126.6) |
| OKLCH | oklch(0.903 0.150 130.3) |
Copy-ready code
/* CSS */
color: #bdf385;
background-color: #bdf385;
/* Tailwind (arbitrary) */
class="text-[#bdf385] bg-[#bdf385]"
/* SCSS */
$brand: #bdf385;
/* SwiftUI */
Color(red: 0.741, green: 0.953, blue: 0.522)
/* Android */
Color.parseColor("#bdf385")Accessibility — WCAG contrast
Aa
#bdf385 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf385 on black: 16.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green95.3%
Blue52.2%
CMYK percentages
Cyan22.2%
Magenta0.0%
Yellow45.3%
Key (black)4.7%
Color previews
#bdf385 text on a black background
contrast 16.32:1
Card sample
#bdf385 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf385;
Background color
Panel with #bdf385 background
background-color: #bdf385;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf385;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 243, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 243, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf385; background: linear-gradient(135deg, #bdf385, #85F396);