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