#bfcfa0
a light, soft green · cool · closest name: tan
RGB
191, 207, 160
HSL
80°, 33%, 72%
CMYK
8, 0, 23, 19
Luminance
0.5824
Every format
| HEX | #bfcfa0 |
| RGB | rgb(191, 207, 160) |
| HSL | hsl(80, 33%, 72%) |
| CMYK | cmyk(8%, 0%, 23%, 19%) |
| LAB | lab(80.9 -13.5 21.6) |
| LCH | lch(80.9 25.5 122.1) |
| OKLCH | oklch(0.830 0.066 123.1) |
Copy-ready code
/* CSS */
color: #bfcfa0;
background-color: #bfcfa0;
/* Tailwind (arbitrary) */
class="text-[#bfcfa0] bg-[#bfcfa0]"
/* SCSS */
$brand: #bfcfa0;
/* SwiftUI */
Color(red: 0.749, green: 0.812, blue: 0.627)
/* Android */
Color.parseColor("#bfcfa0")Accessibility — WCAG contrast
Aa
#bfcfa0 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfcfa0 on black: 12.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green81.2%
Blue62.7%
CMYK percentages
Cyan7.7%
Magenta0.0%
Yellow22.7%
Key (black)18.8%
Color previews
#bfcfa0 text on a black background
contrast 12.65:1
Card sample
#bfcfa0 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfcfa0;
Background color
Panel with #bfcfa0 background
background-color: #bfcfa0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfcfa0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 207, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 207, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfcfa0; background: linear-gradient(135deg, #bfcfa0, #A0CFA0);