#bfe4bf
a light, soft green · cool · closest name: beige
RGB
191, 228, 191
HSL
120°, 41%, 82%
CMYK
16, 0, 16, 11
Luminance
0.7032
Every format
| HEX | #bfe4bf |
| RGB | rgb(191, 228, 191) |
| HSL | hsl(120, 41%, 82%) |
| CMYK | cmyk(16%, 0%, 16%, 11%) |
| LAB | lab(87.2 -19.0 14.1) |
| LCH | lch(87.2 23.7 143.4) |
| OKLCH | oklch(0.882 0.064 145.0) |
Copy-ready code
/* CSS */
color: #bfe4bf;
background-color: #bfe4bf;
/* Tailwind (arbitrary) */
class="text-[#bfe4bf] bg-[#bfe4bf]"
/* SCSS */
$brand: #bfe4bf;
/* SwiftUI */
Color(red: 0.749, green: 0.894, blue: 0.749)
/* Android */
Color.parseColor("#bfe4bf")Accessibility — WCAG contrast
Aa
#bfe4bf on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfe4bf on black: 15.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green89.4%
Blue74.9%
CMYK percentages
Cyan16.2%
Magenta0.0%
Yellow16.2%
Key (black)10.6%
Color previews
#bfe4bf text on a black background
contrast 15.06:1
Card sample
#bfe4bf text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfe4bf;
Background color
Panel with #bfe4bf background
background-color: #bfe4bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfe4bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 228, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 228, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfe4bf; background: linear-gradient(135deg, #bfe4bf, #BFE4D8);