#bfe4b4
a light, vivid green · cool · closest name: beige
RGB
191, 228, 180
HSL
106°, 47%, 80%
CMYK
16, 0, 21, 11
Luminance
0.6986
Every format
| HEX | #bfe4b4 |
| RGB | rgb(191, 228, 180) |
| HSL | hsl(106, 47%, 80%) |
| CMYK | cmyk(16%, 0%, 21%, 11%) |
| LAB | lab(86.9 -20.9 19.5) |
| LCH | lch(86.9 28.6 136.9) |
| OKLCH | oklch(0.880 0.075 138.6) |
Copy-ready code
/* CSS */
color: #bfe4b4;
background-color: #bfe4b4;
/* Tailwind (arbitrary) */
class="text-[#bfe4b4] bg-[#bfe4b4]"
/* SCSS */
$brand: #bfe4b4;
/* SwiftUI */
Color(red: 0.749, green: 0.894, blue: 0.706)
/* Android */
Color.parseColor("#bfe4b4")Accessibility — WCAG contrast
Aa
#bfe4b4 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfe4b4 on black: 14.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green89.4%
Blue70.6%
CMYK percentages
Cyan16.2%
Magenta0.0%
Yellow21.1%
Key (black)10.6%
Color previews
#bfe4b4 text on a black background
contrast 14.97:1
Card sample
#bfe4b4 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfe4b4;
Background color
Panel with #bfe4b4 background
background-color: #bfe4b4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfe4b4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 228, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 228, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfe4b4; background: linear-gradient(135deg, #bfe4b4, #B4E4C9);