#bfe2bc
a light, soft green · cool · closest name: beige
RGB
191, 226, 188
HSL
115°, 40%, 81%
CMYK
16, 0, 17, 11
Luminance
0.6910
Every format
| HEX | #bfe2bc |
| RGB | rgb(191, 226, 188) |
| HSL | hsl(115, 40%, 81%) |
| CMYK | cmyk(16%, 0%, 17%, 11%) |
| LAB | lab(86.5 -18.5 14.8) |
| LCH | lch(86.5 23.7 141.3) |
| OKLCH | oklch(0.877 0.063 142.9) |
Copy-ready code
/* CSS */
color: #bfe2bc;
background-color: #bfe2bc;
/* Tailwind (arbitrary) */
class="text-[#bfe2bc] bg-[#bfe2bc]"
/* SCSS */
$brand: #bfe2bc;
/* SwiftUI */
Color(red: 0.749, green: 0.886, blue: 0.737)
/* Android */
Color.parseColor("#bfe2bc")Accessibility — WCAG contrast
Aa
#bfe2bc on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfe2bc on black: 14.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green88.6%
Blue73.7%
CMYK percentages
Cyan15.5%
Magenta0.0%
Yellow16.8%
Key (black)11.4%
Color previews
#bfe2bc text on a black background
contrast 14.82:1
Card sample
#bfe2bc text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfe2bc;
Background color
Panel with #bfe2bc background
background-color: #bfe2bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfe2bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 226, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 226, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfe2bc; background: linear-gradient(135deg, #bfe2bc, #BCE2D2);