#bfceb5
a light, soft green · cool · closest name: silver
RGB
191, 206, 181
HSL
96°, 20%, 76%
CMYK
7, 0, 12, 19
Luminance
0.5856
Every format
| HEX | #bfceb5 |
| RGB | rgb(191, 206, 181) |
| HSL | hsl(96, 20%, 76%) |
| CMYK | cmyk(7%, 0%, 12%, 19%) |
| LAB | lab(81.0 -9.6 10.7) |
| LCH | lch(81.0 14.4 132.0) |
| OKLCH | oklch(0.833 0.038 132.7) |
Copy-ready code
/* CSS */
color: #bfceb5;
background-color: #bfceb5;
/* Tailwind (arbitrary) */
class="text-[#bfceb5] bg-[#bfceb5]"
/* SCSS */
$brand: #bfceb5;
/* SwiftUI */
Color(red: 0.749, green: 0.808, blue: 0.710)
/* Android */
Color.parseColor("#bfceb5")Accessibility — WCAG contrast
Aa
#bfceb5 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfceb5 on black: 12.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green80.8%
Blue71.0%
CMYK percentages
Cyan7.3%
Magenta0.0%
Yellow12.1%
Key (black)19.2%
Color previews
#bfceb5 text on a black background
contrast 12.71:1
Card sample
#bfceb5 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfceb5;
Background color
Panel with #bfceb5 background
background-color: #bfceb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfceb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 206, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 206, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfceb5; background: linear-gradient(135deg, #bfceb5, #B5CEBC);