#bfe7ae
a light, vivid green · cool · closest name: beige
RGB
191, 231, 174
HSL
102°, 54%, 79%
CMYK
17, 0, 25, 9
Luminance
0.7128
Every format
| HEX | #bfe7ae |
| RGB | rgb(191, 231, 174) |
| HSL | hsl(102, 54%, 79%) |
| CMYK | cmyk(17%, 0%, 25%, 9%) |
| LAB | lab(87.6 -23.3 23.6) |
| LCH | lch(87.6 33.1 134.6) |
| OKLCH | oklch(0.885 0.087 136.5) |
Copy-ready code
/* CSS */
color: #bfe7ae;
background-color: #bfe7ae;
/* Tailwind (arbitrary) */
class="text-[#bfe7ae] bg-[#bfe7ae]"
/* SCSS */
$brand: #bfe7ae;
/* SwiftUI */
Color(red: 0.749, green: 0.906, blue: 0.682)
/* Android */
Color.parseColor("#bfe7ae")Accessibility — WCAG contrast
Aa
#bfe7ae on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfe7ae on black: 15.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green90.6%
Blue68.2%
CMYK percentages
Cyan17.3%
Magenta0.0%
Yellow24.7%
Key (black)9.4%
Color previews
#bfe7ae text on a black background
contrast 15.26:1
Card sample
#bfe7ae text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfe7ae;
Background color
Panel with #bfe7ae background
background-color: #bfe7ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfe7ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 231, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 231, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfe7ae; background: linear-gradient(135deg, #bfe7ae, #AEE7C3);