#bdf088
a light, electric green · cool · closest name: khaki
RGB
189, 240, 136
HSL
89°, 78%, 74%
CMYK
21, 0, 43, 6
Luminance
0.7492
Every format
| HEX | #bdf088 |
| RGB | rgb(189, 240, 136) |
| HSL | hsl(89, 78%, 74%) |
| CMYK | cmyk(21%, 0%, 43%, 6%) |
| LAB | lab(89.3 -33.5 45.0) |
| LCH | lch(89.3 56.0 126.7) |
| OKLCH | oklch(0.897 0.143 130.2) |
Copy-ready code
/* CSS */
color: #bdf088;
background-color: #bdf088;
/* Tailwind (arbitrary) */
class="text-[#bdf088] bg-[#bdf088]"
/* SCSS */
$brand: #bdf088;
/* SwiftUI */
Color(red: 0.741, green: 0.941, blue: 0.533)
/* Android */
Color.parseColor("#bdf088")Accessibility — WCAG contrast
Aa
#bdf088 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf088 on black: 15.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.1%
Blue53.3%
CMYK percentages
Cyan21.2%
Magenta0.0%
Yellow43.3%
Key (black)5.9%
Color previews
#bdf088 text on a black background
contrast 15.98:1
Card sample
#bdf088 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf088;
Background color
Panel with #bdf088 background
background-color: #bdf088;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf088;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 240, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 240, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf088; background: linear-gradient(135deg, #bdf088, #88F098);