#bfe2b3
a light, soft green · cool · closest name: beige
RGB
191, 226, 179
HSL
105°, 45%, 79%
CMYK
16, 0, 21, 11
Luminance
0.6872
Every format
| HEX | #bfe2b3 |
| RGB | rgb(191, 226, 179) |
| HSL | hsl(105, 45%, 79%) |
| CMYK | cmyk(16%, 0%, 21%, 11%) |
| LAB | lab(86.4 -20.0 19.3) |
| LCH | lch(86.4 27.8 136.1) |
| OKLCH | oklch(0.875 0.073 137.8) |
Copy-ready code
/* CSS */
color: #bfe2b3;
background-color: #bfe2b3;
/* Tailwind (arbitrary) */
class="text-[#bfe2b3] bg-[#bfe2b3]"
/* SCSS */
$brand: #bfe2b3;
/* SwiftUI */
Color(red: 0.749, green: 0.886, blue: 0.702)
/* Android */
Color.parseColor("#bfe2b3")Accessibility — WCAG contrast
Aa
#bfe2b3 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfe2b3 on black: 14.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green88.6%
Blue70.2%
CMYK percentages
Cyan15.5%
Magenta0.0%
Yellow20.8%
Key (black)11.4%
Color previews
#bfe2b3 text on a black background
contrast 14.74:1
Card sample
#bfe2b3 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfe2b3;
Background color
Panel with #bfe2b3 background
background-color: #bfe2b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfe2b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 226, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 226, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfe2b3; background: linear-gradient(135deg, #bfe2b3, #B3E2C6);