#bfe7ba
a light, vivid green · cool · closest name: beige
RGB
191, 231, 186
HSL
113°, 48%, 82%
CMYK
17, 0, 20, 9
Luminance
0.7177
Every format
| HEX | #bfe7ba |
| RGB | rgb(191, 231, 186) |
| HSL | hsl(113, 48%, 82%) |
| CMYK | cmyk(17%, 0%, 20%, 9%) |
| LAB | lab(87.9 -21.3 17.7) |
| LCH | lch(87.9 27.7 140.3) |
| OKLCH | oklch(0.888 0.074 142.0) |
Copy-ready code
/* CSS */
color: #bfe7ba;
background-color: #bfe7ba;
/* Tailwind (arbitrary) */
class="text-[#bfe7ba] bg-[#bfe7ba]"
/* SCSS */
$brand: #bfe7ba;
/* SwiftUI */
Color(red: 0.749, green: 0.906, blue: 0.729)
/* Android */
Color.parseColor("#bfe7ba")Accessibility — WCAG contrast
Aa
#bfe7ba on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfe7ba on black: 15.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green90.6%
Blue72.9%
CMYK percentages
Cyan17.3%
Magenta0.0%
Yellow19.5%
Key (black)9.4%
Color previews
#bfe7ba text on a black background
contrast 15.35:1
Card sample
#bfe7ba text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfe7ba;
Background color
Panel with #bfe7ba background
background-color: #bfe7ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfe7ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 231, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 231, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfe7ba; background: linear-gradient(135deg, #bfe7ba, #BAE7D3);