#bfe3ce
a light, soft green · cool · closest name: beige
RGB
191, 227, 206
HSL
145°, 39%, 82%
CMYK
16, 0, 9, 11
Luminance
0.7047
Every format
| HEX | #bfe3ce |
| RGB | rgb(191, 227, 206) |
| HSL | hsl(145, 39%, 82%) |
| CMYK | cmyk(16%, 0%, 9%, 11%) |
| LAB | lab(87.2 -15.8 6.3) |
| LCH | lch(87.2 17.0 158.1) |
| OKLCH | oklch(0.884 0.047 159.7) |
Copy-ready code
/* CSS */
color: #bfe3ce;
background-color: #bfe3ce;
/* Tailwind (arbitrary) */
class="text-[#bfe3ce] bg-[#bfe3ce]"
/* SCSS */
$brand: #bfe3ce;
/* SwiftUI */
Color(red: 0.749, green: 0.890, blue: 0.808)
/* Android */
Color.parseColor("#bfe3ce")Accessibility — WCAG contrast
Aa
#bfe3ce on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfe3ce on black: 15.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green89.0%
Blue80.8%
CMYK percentages
Cyan15.9%
Magenta0.0%
Yellow9.3%
Key (black)11.0%
Color previews
#bfe3ce text on a black background
contrast 15.09:1
Card sample
#bfe3ce text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfe3ce;
Background color
Panel with #bfe3ce background
background-color: #bfe3ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfe3ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 227, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 227, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfe3ce; background: linear-gradient(135deg, #bfe3ce, #BFE0E3);