#bdf683
a light, electric green · cool · closest name: khaki
RGB
189, 246, 131
HSL
90°, 87%, 74%
CMYK
23, 0, 47, 4
Luminance
0.7837
Every format
| HEX | #bdf683 |
| RGB | rgb(189, 246, 131) |
| HSL | hsl(90, 87%, 74%) |
| CMYK | cmyk(23%, 0%, 47%, 4%) |
| LAB | lab(91.0 -36.8 49.3) |
| LCH | lch(91.0 61.5 126.7) |
| OKLCH | oklch(0.909 0.157 130.6) |
Copy-ready code
/* CSS */
color: #bdf683;
background-color: #bdf683;
/* Tailwind (arbitrary) */
class="text-[#bdf683] bg-[#bdf683]"
/* SCSS */
$brand: #bdf683;
/* SwiftUI */
Color(red: 0.741, green: 0.965, blue: 0.514)
/* Android */
Color.parseColor("#bdf683")Accessibility — WCAG contrast
Aa
#bdf683 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf683 on black: 16.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.5%
Blue51.4%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow46.7%
Key (black)3.5%
Color previews
#bdf683 text on a black background
contrast 16.67:1
Card sample
#bdf683 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf683;
Background color
Panel with #bdf683 background
background-color: #bdf683;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf683;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 246, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 246, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf683; background: linear-gradient(135deg, #bdf683, #83F695);