#bfcfad
a light, soft green · cool · closest name: beige
RGB
191, 207, 173
HSL
88°, 26%, 75%
CMYK
8, 0, 16, 19
Luminance
0.5872
Every format
| HEX | #bfcfad |
| RGB | rgb(191, 207, 173) |
| HSL | hsl(88, 26%, 75%) |
| CMYK | cmyk(8%, 0%, 16%, 19%) |
| LAB | lab(81.1 -11.5 15.1) |
| LCH | lch(81.1 19.0 127.3) |
| OKLCH | oklch(0.833 0.049 128.0) |
Copy-ready code
/* CSS */
color: #bfcfad;
background-color: #bfcfad;
/* Tailwind (arbitrary) */
class="text-[#bfcfad] bg-[#bfcfad]"
/* SCSS */
$brand: #bfcfad;
/* SwiftUI */
Color(red: 0.749, green: 0.812, blue: 0.678)
/* Android */
Color.parseColor("#bfcfad")Accessibility — WCAG contrast
Aa
#bfcfad on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfcfad on black: 12.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green81.2%
Blue67.8%
CMYK percentages
Cyan7.7%
Magenta0.0%
Yellow16.4%
Key (black)18.8%
Color previews
#bfcfad text on a black background
contrast 12.74:1
Card sample
#bfcfad text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfcfad;
Background color
Panel with #bfcfad background
background-color: #bfcfad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfcfad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 207, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 207, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfcfad; background: linear-gradient(135deg, #bfcfad, #ADCFB2);