#bdf593
a light, electric green · cool · closest name: khaki
RGB
189, 245, 147
HSL
94°, 83%, 77%
CMYK
23, 0, 40, 4
Luminance
0.7823
Every format
| HEX | #bdf593 |
| RGB | rgb(189, 245, 147) |
| HSL | hsl(94, 83%, 77%) |
| CMYK | cmyk(23%, 0%, 40%, 4%) |
| LAB | lab(90.9 -34.4 41.5) |
| LCH | lch(90.9 53.9 129.7) |
| OKLCH | oklch(0.909 0.139 132.8) |
Copy-ready code
/* CSS */
color: #bdf593;
background-color: #bdf593;
/* Tailwind (arbitrary) */
class="text-[#bdf593] bg-[#bdf593]"
/* SCSS */
$brand: #bdf593;
/* SwiftUI */
Color(red: 0.741, green: 0.961, blue: 0.576)
/* Android */
Color.parseColor("#bdf593")Accessibility — WCAG contrast
Aa
#bdf593 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf593 on black: 16.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.1%
Blue57.6%
CMYK percentages
Cyan22.9%
Magenta0.0%
Yellow40.0%
Key (black)3.9%
Color previews
#bdf593 text on a black background
contrast 16.65:1
Card sample
#bdf593 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf593;
Background color
Panel with #bdf593 background
background-color: #bdf593;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf593;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 245, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 245, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf593; background: linear-gradient(135deg, #bdf593, #93F5AA);