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