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