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