#bfdac4
a light, soft green · cool · closest name: beige
RGB
191, 218, 196
HSL
131°, 27%, 80%
CMYK
12, 0, 10, 15
Luminance
0.6520
Every format
| HEX | #bfdac4 |
| RGB | rgb(191, 218, 196) |
| HSL | hsl(131, 27%, 80%) |
| CMYK | cmyk(12%, 0%, 10%, 15%) |
| LAB | lab(84.6 -13.1 7.8) |
| LCH | lch(84.6 15.3 149.2) |
| OKLCH | oklch(0.862 0.042 150.8) |
Copy-ready code
/* CSS */
color: #bfdac4;
background-color: #bfdac4;
/* Tailwind (arbitrary) */
class="text-[#bfdac4] bg-[#bfdac4]"
/* SCSS */
$brand: #bfdac4;
/* SwiftUI */
Color(red: 0.749, green: 0.855, blue: 0.769)
/* Android */
Color.parseColor("#bfdac4")Accessibility — WCAG contrast
Aa
#bfdac4 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdac4 on black: 14.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green85.5%
Blue76.9%
CMYK percentages
Cyan12.4%
Magenta0.0%
Yellow10.1%
Key (black)14.5%
Color previews
#bfdac4 text on a black background
contrast 14.04:1
Card sample
#bfdac4 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdac4;
Background color
Panel with #bfdac4 background
background-color: #bfdac4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdac4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 218, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 218, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdac4; background: linear-gradient(135deg, #bfdac4, #BFDAD6);