#bdf693
a light, electric green · cool · closest name: khaki
RGB
189, 246, 147
HSL
95°, 85%, 77%
CMYK
23, 0, 40, 4
Luminance
0.7884
Every format
| HEX | #bdf693 |
| RGB | rgb(189, 246, 147) |
| HSL | hsl(95, 85%, 77%) |
| CMYK | cmyk(23%, 0%, 40%, 4%) |
| LAB | lab(91.2 -34.9 41.9) |
| LCH | lch(91.2 54.5 129.8) |
| OKLCH | oklch(0.912 0.140 133.0) |
Copy-ready code
/* CSS */
color: #bdf693;
background-color: #bdf693;
/* Tailwind (arbitrary) */
class="text-[#bdf693] bg-[#bdf693]"
/* SCSS */
$brand: #bdf693;
/* SwiftUI */
Color(red: 0.741, green: 0.965, blue: 0.576)
/* Android */
Color.parseColor("#bdf693")Accessibility — WCAG contrast
Aa
#bdf693 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf693 on black: 16.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.5%
Blue57.6%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow40.2%
Key (black)3.5%
Color previews
#bdf693 text on a black background
contrast 16.77:1
Card sample
#bdf693 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf693;
Background color
Panel with #bdf693 background
background-color: #bdf693;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf693;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 246, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 246, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf693; background: linear-gradient(135deg, #bdf693, #93F6AB);