#bfddaf
a light, soft green · cool · closest name: beige
RGB
191, 221, 175
HSL
99°, 40%, 78%
CMYK
14, 0, 21, 13
Luminance
0.6588
Every format
| HEX | #bfddaf |
| RGB | rgb(191, 221, 175) |
| HSL | hsl(99, 40%, 78%) |
| CMYK | cmyk(14%, 0%, 21%, 13%) |
| LAB | lab(84.9 -18.2 19.4) |
| LCH | lch(84.9 26.6 133.3) |
| OKLCH | oklch(0.864 0.070 134.8) |
Copy-ready code
/* CSS */
color: #bfddaf;
background-color: #bfddaf;
/* Tailwind (arbitrary) */
class="text-[#bfddaf] bg-[#bfddaf]"
/* SCSS */
$brand: #bfddaf;
/* SwiftUI */
Color(red: 0.749, green: 0.867, blue: 0.686)
/* Android */
Color.parseColor("#bfddaf")Accessibility — WCAG contrast
Aa
#bfddaf on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfddaf on black: 14.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green86.7%
Blue68.6%
CMYK percentages
Cyan13.6%
Magenta0.0%
Yellow20.8%
Key (black)13.3%
Color previews
#bfddaf text on a black background
contrast 14.18:1
Card sample
#bfddaf text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfddaf;
Background color
Panel with #bfddaf background
background-color: #bfddaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfddaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 221, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 221, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfddaf; background: linear-gradient(135deg, #bfddaf, #AFDDBD);