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