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