#bdf67c
a light, electric green · cool · closest name: khaki
RGB
189, 246, 124
HSL
88°, 87%, 73%
CMYK
23, 0, 50, 4
Luminance
0.7819
Every format
| HEX | #bdf67c |
| RGB | rgb(189, 246, 124) |
| HSL | hsl(88, 87%, 73%) |
| CMYK | cmyk(23%, 0%, 50%, 4%) |
| LAB | lab(90.9 -37.5 52.5) |
| LCH | lch(90.9 64.5 125.6) |
| OKLCH | oklch(0.908 0.163 129.8) |
Copy-ready code
/* CSS */
color: #bdf67c;
background-color: #bdf67c;
/* Tailwind (arbitrary) */
class="text-[#bdf67c] bg-[#bdf67c]"
/* SCSS */
$brand: #bdf67c;
/* SwiftUI */
Color(red: 0.741, green: 0.965, blue: 0.486)
/* Android */
Color.parseColor("#bdf67c")Accessibility — WCAG contrast
Aa
#bdf67c on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf67c on black: 16.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.5%
Blue48.6%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow49.6%
Key (black)3.5%
Color previews
#bdf67c text on a black background
contrast 16.64:1
Card sample
#bdf67c text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf67c;
Background color
Panel with #bdf67c background
background-color: #bdf67c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf67c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 246, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 246, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf67c; background: linear-gradient(135deg, #bdf67c, #7CF68C);