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