#bdf799
a light, electric green · cool · closest name: khaki
RGB
189, 247, 153
HSL
97°, 86%, 78%
CMYK
24, 0, 38, 3
Luminance
0.7964
Every format
| HEX | #bdf799 |
| RGB | rgb(189, 247, 153) |
| HSL | hsl(97, 86%, 78%) |
| CMYK | cmyk(24%, 0%, 38%, 3%) |
| LAB | lab(91.5 -34.5 39.4) |
| LCH | lch(91.5 52.4 131.2) |
| OKLCH | oklch(0.915 0.136 134.2) |
Copy-ready code
/* CSS */
color: #bdf799;
background-color: #bdf799;
/* Tailwind (arbitrary) */
class="text-[#bdf799] bg-[#bdf799]"
/* SCSS */
$brand: #bdf799;
/* SwiftUI */
Color(red: 0.741, green: 0.969, blue: 0.600)
/* Android */
Color.parseColor("#bdf799")Accessibility — WCAG contrast
Aa
#bdf799 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf799 on black: 16.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.9%
Blue60.0%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow38.1%
Key (black)3.1%
Color previews
#bdf799 text on a black background
contrast 16.93:1
Card sample
#bdf799 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf799;
Background color
Panel with #bdf799 background
background-color: #bdf799;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf799;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 247, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 247, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf799; background: linear-gradient(135deg, #bdf799, #99F7B4);