#bdf19f
a light, vivid green · cool · closest name: khaki
RGB
189, 241, 159
HSL
98°, 75%, 78%
CMYK
22, 0, 34, 6
Luminance
0.7623
Every format
| HEX | #bdf19f |
| RGB | rgb(189, 241, 159) |
| HSL | hsl(98, 75%, 78%) |
| CMYK | cmyk(22%, 0%, 34%, 6%) |
| LAB | lab(90.0 -31.0 34.4) |
| LCH | lch(90.0 46.3 132.0) |
| OKLCH | oklch(0.903 0.120 134.6) |
Copy-ready code
/* CSS */
color: #bdf19f;
background-color: #bdf19f;
/* Tailwind (arbitrary) */
class="text-[#bdf19f] bg-[#bdf19f]"
/* SCSS */
$brand: #bdf19f;
/* SwiftUI */
Color(red: 0.741, green: 0.945, blue: 0.624)
/* Android */
Color.parseColor("#bdf19f")Accessibility — WCAG contrast
Aa
#bdf19f on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf19f on black: 16.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.5%
Blue62.4%
CMYK percentages
Cyan21.6%
Magenta0.0%
Yellow34.0%
Key (black)5.5%
Color previews
#bdf19f text on a black background
contrast 16.25:1
Card sample
#bdf19f text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf19f;
Background color
Panel with #bdf19f background
background-color: #bdf19f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf19f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 241, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 241, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf19f; background: linear-gradient(135deg, #bdf19f, #9FF1B8);