#bfceb1
a light, soft green · cool · closest name: beige
RGB
191, 206, 177
HSL
91°, 23%, 75%
CMYK
7, 0, 14, 19
Luminance
0.5839
Every format
| HEX | #bfceb1 |
| RGB | rgb(191, 206, 177) |
| HSL | hsl(91, 23%, 75%) |
| CMYK | cmyk(7%, 0%, 14%, 19%) |
| LAB | lab(81.0 -10.3 12.7) |
| LCH | lch(81.0 16.4 129.1) |
| OKLCH | oklch(0.832 0.043 129.7) |
Copy-ready code
/* CSS */
color: #bfceb1;
background-color: #bfceb1;
/* Tailwind (arbitrary) */
class="text-[#bfceb1] bg-[#bfceb1]"
/* SCSS */
$brand: #bfceb1;
/* SwiftUI */
Color(red: 0.749, green: 0.808, blue: 0.694)
/* Android */
Color.parseColor("#bfceb1")Accessibility — WCAG contrast
Aa
#bfceb1 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfceb1 on black: 12.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green80.8%
Blue69.4%
CMYK percentages
Cyan7.3%
Magenta0.0%
Yellow14.1%
Key (black)19.2%
Color previews
#bfceb1 text on a black background
contrast 12.68:1
Card sample
#bfceb1 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfceb1;
Background color
Panel with #bfceb1 background
background-color: #bfceb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfceb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 206, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 206, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfceb1; background: linear-gradient(135deg, #bfceb1, #B1CEB6);