#bfd7ac
a light, soft green · cool · closest name: beige
RGB
191, 215, 172
HSL
94°, 35%, 76%
CMYK
11, 0, 20, 16
Luminance
0.6266
Every format
| HEX | #bfd7ac |
| RGB | rgb(191, 215, 172) |
| HSL | hsl(94, 35%, 76%) |
| CMYK | cmyk(11%, 0%, 20%, 16%) |
| LAB | lab(83.3 -15.7 18.6) |
| LCH | lch(83.3 24.4 130.2) |
| OKLCH | oklch(0.850 0.064 131.5) |
Copy-ready code
/* CSS */
color: #bfd7ac;
background-color: #bfd7ac;
/* Tailwind (arbitrary) */
class="text-[#bfd7ac] bg-[#bfd7ac]"
/* SCSS */
$brand: #bfd7ac;
/* SwiftUI */
Color(red: 0.749, green: 0.843, blue: 0.675)
/* Android */
Color.parseColor("#bfd7ac")Accessibility — WCAG contrast
Aa
#bfd7ac on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd7ac on black: 13.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green84.3%
Blue67.5%
CMYK percentages
Cyan11.2%
Magenta0.0%
Yellow20.0%
Key (black)15.7%
Color previews
#bfd7ac text on a black background
contrast 13.53:1
Card sample
#bfd7ac text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd7ac;
Background color
Panel with #bfd7ac background
background-color: #bfd7ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd7ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 215, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 215, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd7ac; background: linear-gradient(135deg, #bfd7ac, #ACD7B6);