#bfd0ac
a light, soft green · cool · closest name: beige
RGB
191, 208, 172
HSL
88°, 28%, 75%
CMYK
8, 0, 17, 18
Luminance
0.5917
Every format
| HEX | #bfd0ac |
| RGB | rgb(191, 208, 172) |
| HSL | hsl(88, 28%, 75%) |
| CMYK | cmyk(8%, 0%, 17%, 18%) |
| LAB | lab(81.4 -12.2 16.0) |
| LCH | lch(81.4 20.1 127.3) |
| OKLCH | oklch(0.835 0.052 128.1) |
Copy-ready code
/* CSS */
color: #bfd0ac;
background-color: #bfd0ac;
/* Tailwind (arbitrary) */
class="text-[#bfd0ac] bg-[#bfd0ac]"
/* SCSS */
$brand: #bfd0ac;
/* SwiftUI */
Color(red: 0.749, green: 0.816, blue: 0.675)
/* Android */
Color.parseColor("#bfd0ac")Accessibility — WCAG contrast
Aa
#bfd0ac on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd0ac on black: 12.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green81.6%
Blue67.5%
CMYK percentages
Cyan8.2%
Magenta0.0%
Yellow17.3%
Key (black)18.4%
Color previews
#bfd0ac text on a black background
contrast 12.83:1
Card sample
#bfd0ac text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd0ac;
Background color
Panel with #bfd0ac background
background-color: #bfd0ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd0ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 208, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 208, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd0ac; background: linear-gradient(135deg, #bfd0ac, #ACD0B1);