#bfd4ac
a light, soft green · cool · closest name: beige
RGB
191, 212, 172
HSL
92°, 32%, 75%
CMYK
10, 0, 19, 17
Luminance
0.6114
Every format
| HEX | #bfd4ac |
| RGB | rgb(191, 212, 172) |
| HSL | hsl(92, 32%, 75%) |
| CMYK | cmyk(10%, 0%, 19%, 17%) |
| LAB | lab(82.5 -14.2 17.5) |
| LCH | lch(82.5 22.5 129.1) |
| OKLCH | oklch(0.844 0.059 130.2) |
Copy-ready code
/* CSS */
color: #bfd4ac;
background-color: #bfd4ac;
/* Tailwind (arbitrary) */
class="text-[#bfd4ac] bg-[#bfd4ac]"
/* SCSS */
$brand: #bfd4ac;
/* SwiftUI */
Color(red: 0.749, green: 0.831, blue: 0.675)
/* Android */
Color.parseColor("#bfd4ac")Accessibility — WCAG contrast
Aa
#bfd4ac on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd4ac on black: 13.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green83.1%
Blue67.5%
CMYK percentages
Cyan9.9%
Magenta0.0%
Yellow18.9%
Key (black)16.9%
Color previews
#bfd4ac text on a black background
contrast 13.23:1
Card sample
#bfd4ac text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd4ac;
Background color
Panel with #bfd4ac background
background-color: #bfd4ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd4ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 212, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 212, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd4ac; background: linear-gradient(135deg, #bfd4ac, #ACD4B4);