#bdf690
a light, electric green · cool · closest name: khaki
RGB
189, 246, 144
HSL
94°, 85%, 77%
CMYK
23, 0, 42, 4
Luminance
0.7874
Every format
| HEX | #bdf690 |
| RGB | rgb(189, 246, 144) |
| HSL | hsl(94, 85%, 77%) |
| CMYK | cmyk(23%, 0%, 42%, 4%) |
| LAB | lab(91.1 -35.3 43.3) |
| LCH | lch(91.1 55.8 129.2) |
| OKLCH | oklch(0.911 0.143 132.5) |
Copy-ready code
/* CSS */
color: #bdf690;
background-color: #bdf690;
/* Tailwind (arbitrary) */
class="text-[#bdf690] bg-[#bdf690]"
/* SCSS */
$brand: #bdf690;
/* SwiftUI */
Color(red: 0.741, green: 0.965, blue: 0.565)
/* Android */
Color.parseColor("#bdf690")Accessibility — WCAG contrast
Aa
#bdf690 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf690 on black: 16.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.5%
Blue56.5%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow41.5%
Key (black)3.5%
Color previews
#bdf690 text on a black background
contrast 16.75:1
Card sample
#bdf690 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf690;
Background color
Panel with #bdf690 background
background-color: #bdf690;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf690;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 246, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 246, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf690; background: linear-gradient(135deg, #bdf690, #90F6A7);