#bfd6ac
a light, soft green · cool · closest name: beige
RGB
191, 214, 172
HSL
93°, 34%, 76%
CMYK
11, 0, 20, 16
Luminance
0.6215
Every format
| HEX | #bfd6ac |
| RGB | rgb(191, 214, 172) |
| HSL | hsl(93, 34%, 76%) |
| CMYK | cmyk(11%, 0%, 20%, 16%) |
| LAB | lab(83.0 -15.2 18.2) |
| LCH | lch(83.0 23.7 129.8) |
| OKLCH | oklch(0.848 0.062 131.1) |
Copy-ready code
/* CSS */
color: #bfd6ac;
background-color: #bfd6ac;
/* Tailwind (arbitrary) */
class="text-[#bfd6ac] bg-[#bfd6ac]"
/* SCSS */
$brand: #bfd6ac;
/* SwiftUI */
Color(red: 0.749, green: 0.839, blue: 0.675)
/* Android */
Color.parseColor("#bfd6ac")Accessibility — WCAG contrast
Aa
#bfd6ac on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd6ac on black: 13.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green83.9%
Blue67.5%
CMYK percentages
Cyan10.7%
Magenta0.0%
Yellow19.6%
Key (black)16.1%
Color previews
#bfd6ac text on a black background
contrast 13.43:1
Card sample
#bfd6ac text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd6ac;
Background color
Panel with #bfd6ac background
background-color: #bfd6ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd6ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 214, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 214, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd6ac; background: linear-gradient(135deg, #bfd6ac, #ACD6B5);