#bdf660
a light, electric green · cool · closest name: yellow
RGB
189, 246, 96
HSL
83°, 89%, 67%
CMYK
23, 0, 61, 4
Luminance
0.7757
Every format
| HEX | #bdf660 |
| RGB | rgb(189, 246, 96) |
| HSL | hsl(83, 89%, 67%) |
| CMYK | cmyk(23%, 0%, 61%, 4%) |
| LAB | lab(90.6 -40.1 64.5) |
| LCH | lch(90.6 76.0 121.9) |
| OKLCH | oklch(0.905 0.187 127.4) |
Copy-ready code
/* CSS */
color: #bdf660;
background-color: #bdf660;
/* Tailwind (arbitrary) */
class="text-[#bdf660] bg-[#bdf660]"
/* SCSS */
$brand: #bdf660;
/* SwiftUI */
Color(red: 0.741, green: 0.965, blue: 0.376)
/* Android */
Color.parseColor("#bdf660")Accessibility — WCAG contrast
Aa
#bdf660 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf660 on black: 16.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.5%
Blue37.6%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow61.0%
Key (black)3.5%
Color previews
#bdf660 text on a black background
contrast 16.51:1
Card sample
#bdf660 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf660;
Background color
Panel with #bdf660 background
background-color: #bdf660;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf660;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 246, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 246, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf660; background: linear-gradient(135deg, #bdf660, #60F667);