#bdf368
a light, electric green · cool · closest name: khaki
RGB
189, 243, 104
HSL
83°, 85%, 68%
CMYK
22, 0, 57, 5
Luminance
0.7592
Every format
| HEX | #bdf368 |
| RGB | rgb(189, 243, 104) |
| HSL | hsl(83, 85%, 68%) |
| CMYK | cmyk(22%, 0%, 57%, 5%) |
| LAB | lab(89.8 -38.1 60.3) |
| LCH | lch(89.8 71.3 122.3) |
| OKLCH | oklch(0.899 0.177 127.4) |
Copy-ready code
/* CSS */
color: #bdf368;
background-color: #bdf368;
/* Tailwind (arbitrary) */
class="text-[#bdf368] bg-[#bdf368]"
/* SCSS */
$brand: #bdf368;
/* SwiftUI */
Color(red: 0.741, green: 0.953, blue: 0.408)
/* Android */
Color.parseColor("#bdf368")Accessibility — WCAG contrast
Aa
#bdf368 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf368 on black: 16.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green95.3%
Blue40.8%
CMYK percentages
Cyan22.2%
Magenta0.0%
Yellow57.2%
Key (black)4.7%
Color previews
#bdf368 text on a black background
contrast 16.18:1
Card sample
#bdf368 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf368;
Background color
Panel with #bdf368 background
background-color: #bdf368;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf368;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 243, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 243, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf368; background: linear-gradient(135deg, #bdf368, #68F36F);