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