#bfeba2
a light, vivid green · cool · closest name: khaki
RGB
191, 235, 162
HSL
96°, 65%, 78%
CMYK
19, 0, 31, 8
Luminance
0.7310
Every format
| HEX | #bfeba2 |
| RGB | rgb(191, 235, 162) |
| HSL | hsl(96, 65%, 78%) |
| CMYK | cmyk(19%, 0%, 31%, 8%) |
| LAB | lab(88.5 -27.0 30.9) |
| LCH | lch(88.5 41.1 131.1) |
| OKLCH | oklch(0.891 0.107 133.5) |
Copy-ready code
/* CSS */
color: #bfeba2;
background-color: #bfeba2;
/* Tailwind (arbitrary) */
class="text-[#bfeba2] bg-[#bfeba2]"
/* SCSS */
$brand: #bfeba2;
/* SwiftUI */
Color(red: 0.749, green: 0.922, blue: 0.635)
/* Android */
Color.parseColor("#bfeba2")Accessibility — WCAG contrast
Aa
#bfeba2 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfeba2 on black: 15.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green92.2%
Blue63.5%
CMYK percentages
Cyan18.7%
Magenta0.0%
Yellow31.1%
Key (black)7.8%
Color previews
#bfeba2 text on a black background
contrast 15.62:1
Card sample
#bfeba2 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfeba2;
Background color
Panel with #bfeba2 background
background-color: #bfeba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfeba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 235, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 235, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfeba2; background: linear-gradient(135deg, #bfeba2, #A2EBB6);