#bdf674
a light, electric green · cool · closest name: khaki
RGB
189, 246, 116
HSL
86°, 88%, 71%
CMYK
23, 0, 53, 4
Luminance
0.7799
Every format
| HEX | #bdf674 |
| RGB | rgb(189, 246, 116) |
| HSL | hsl(86, 88%, 71%) |
| CMYK | cmyk(23%, 0%, 53%, 4%) |
| LAB | lab(90.8 -38.4 56.1) |
| LCH | lch(90.8 67.9 124.4) |
| OKLCH | oklch(0.907 0.171 129.0) |
Copy-ready code
/* CSS */
color: #bdf674;
background-color: #bdf674;
/* Tailwind (arbitrary) */
class="text-[#bdf674] bg-[#bdf674]"
/* SCSS */
$brand: #bdf674;
/* SwiftUI */
Color(red: 0.741, green: 0.965, blue: 0.455)
/* Android */
Color.parseColor("#bdf674")Accessibility — WCAG contrast
Aa
#bdf674 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf674 on black: 16.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.5%
Blue45.5%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow52.8%
Key (black)3.5%
Color previews
#bdf674 text on a black background
contrast 16.60:1
Card sample
#bdf674 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf674;
Background color
Panel with #bdf674 background
background-color: #bdf674;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf674;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 246, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 246, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf674; background: linear-gradient(135deg, #bdf674, #74F682);