#bdf495
a light, electric green · cool · closest name: khaki
RGB
189, 244, 149
HSL
95°, 81%, 77%
CMYK
23, 0, 39, 4
Luminance
0.7769
Every format
| HEX | #bdf495 |
| RGB | rgb(189, 244, 149) |
| HSL | hsl(95, 81%, 77%) |
| CMYK | cmyk(23%, 0%, 39%, 4%) |
| LAB | lab(90.6 -33.7 40.2) |
| LCH | lch(90.6 52.5 130.0) |
| OKLCH | oklch(0.907 0.135 133.0) |
Copy-ready code
/* CSS */
color: #bdf495;
background-color: #bdf495;
/* Tailwind (arbitrary) */
class="text-[#bdf495] bg-[#bdf495]"
/* SCSS */
$brand: #bdf495;
/* SwiftUI */
Color(red: 0.741, green: 0.957, blue: 0.584)
/* Android */
Color.parseColor("#bdf495")Accessibility — WCAG contrast
Aa
#bdf495 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf495 on black: 16.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green95.7%
Blue58.4%
CMYK percentages
Cyan22.5%
Magenta0.0%
Yellow38.9%
Key (black)4.3%
Color previews
#bdf495 text on a black background
contrast 16.54:1
Card sample
#bdf495 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf495;
Background color
Panel with #bdf495 background
background-color: #bdf495;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf495;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 244, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 244, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf495; background: linear-gradient(135deg, #bdf495, #95F4AC);