#bfcda2
a light, soft green · cool · closest name: tan
RGB
191, 205, 162
HSL
80°, 30%, 72%
CMYK
7, 0, 21, 20
Luminance
0.5735
Every format
| HEX | #bfcda2 |
| RGB | rgb(191, 205, 162) |
| HSL | hsl(80, 30%, 72%) |
| CMYK | cmyk(7%, 0%, 21%, 20%) |
| LAB | lab(80.4 -12.2 19.9) |
| LCH | lch(80.4 23.3 121.6) |
| OKLCH | oklch(0.826 0.060 122.4) |
Copy-ready code
/* CSS */
color: #bfcda2;
background-color: #bfcda2;
/* Tailwind (arbitrary) */
class="text-[#bfcda2] bg-[#bfcda2]"
/* SCSS */
$brand: #bfcda2;
/* SwiftUI */
Color(red: 0.749, green: 0.804, blue: 0.635)
/* Android */
Color.parseColor("#bfcda2")Accessibility — WCAG contrast
Aa
#bfcda2 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfcda2 on black: 12.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green80.4%
Blue63.5%
CMYK percentages
Cyan6.8%
Magenta0.0%
Yellow21.0%
Key (black)19.6%
Color previews
#bfcda2 text on a black background
contrast 12.47:1
Card sample
#bfcda2 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfcda2;
Background color
Panel with #bfcda2 background
background-color: #bfcda2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfcda2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 205, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 205, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfcda2; background: linear-gradient(135deg, #bfcda2, #A2CDA2);