#bfe2ce
a light, soft green · cool · closest name: beige
RGB
191, 226, 206
HSL
146°, 38%, 82%
CMYK
16, 0, 9, 11
Luminance
0.6993
Every format
| HEX | #bfe2ce |
| RGB | rgb(191, 226, 206) |
| HSL | hsl(146, 38%, 82%) |
| CMYK | cmyk(16%, 0%, 9%, 11%) |
| LAB | lab(87.0 -15.3 6.0) |
| LCH | lch(87.0 16.4 158.7) |
| OKLCH | oklch(0.882 0.046 160.3) |
Copy-ready code
/* CSS */
color: #bfe2ce;
background-color: #bfe2ce;
/* Tailwind (arbitrary) */
class="text-[#bfe2ce] bg-[#bfe2ce]"
/* SCSS */
$brand: #bfe2ce;
/* SwiftUI */
Color(red: 0.749, green: 0.886, blue: 0.808)
/* Android */
Color.parseColor("#bfe2ce")Accessibility — WCAG contrast
Aa
#bfe2ce on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfe2ce on black: 14.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green88.6%
Blue80.8%
CMYK percentages
Cyan15.5%
Magenta0.0%
Yellow8.8%
Key (black)11.4%
Color previews
#bfe2ce text on a black background
contrast 14.99:1
Card sample
#bfe2ce text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfe2ce;
Background color
Panel with #bfe2ce background
background-color: #bfe2ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfe2ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 226, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 226, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfe2ce; background: linear-gradient(135deg, #bfe2ce, #BFDFE2);