#bfe2af
a light, vivid green · cool · closest name: beige
RGB
191, 226, 175
HSL
101°, 47%, 79%
CMYK
16, 0, 23, 11
Luminance
0.6856
Every format
| HEX | #bfe2af |
| RGB | rgb(191, 226, 175) |
| HSL | hsl(101, 47%, 79%) |
| CMYK | cmyk(16%, 0%, 23%, 11%) |
| LAB | lab(86.3 -20.7 21.2) |
| LCH | lch(86.3 29.6 134.3) |
| OKLCH | oklch(0.874 0.078 135.9) |
Copy-ready code
/* CSS */
color: #bfe2af;
background-color: #bfe2af;
/* Tailwind (arbitrary) */
class="text-[#bfe2af] bg-[#bfe2af]"
/* SCSS */
$brand: #bfe2af;
/* SwiftUI */
Color(red: 0.749, green: 0.886, blue: 0.686)
/* Android */
Color.parseColor("#bfe2af")Accessibility — WCAG contrast
Aa
#bfe2af on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfe2af on black: 14.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green88.6%
Blue68.6%
CMYK percentages
Cyan15.5%
Magenta0.0%
Yellow22.6%
Key (black)11.4%
Color previews
#bfe2af text on a black background
contrast 14.71:1
Card sample
#bfe2af text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfe2af;
Background color
Panel with #bfe2af background
background-color: #bfe2af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfe2af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 226, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 226, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfe2af; background: linear-gradient(135deg, #bfe2af, #AFE2C1);