#bfd9bc
a light, soft green · cool · closest name: beige
RGB
191, 217, 188
HSL
114°, 28%, 79%
CMYK
12, 0, 13, 15
Luminance
0.6433
Every format
| HEX | #bfd9bc |
| RGB | rgb(191, 217, 188) |
| HSL | hsl(114, 28%, 79%) |
| CMYK | cmyk(12%, 0%, 13%, 15%) |
| LAB | lab(84.1 -14.0 11.4) |
| LCH | lch(84.1 18.1 140.9) |
| OKLCH | oklch(0.858 0.048 142.3) |
Copy-ready code
/* CSS */
color: #bfd9bc;
background-color: #bfd9bc;
/* Tailwind (arbitrary) */
class="text-[#bfd9bc] bg-[#bfd9bc]"
/* SCSS */
$brand: #bfd9bc;
/* SwiftUI */
Color(red: 0.749, green: 0.851, blue: 0.737)
/* Android */
Color.parseColor("#bfd9bc")Accessibility — WCAG contrast
Aa
#bfd9bc on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd9bc on black: 13.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green85.1%
Blue73.7%
CMYK percentages
Cyan12.0%
Magenta0.0%
Yellow13.4%
Key (black)14.9%
Color previews
#bfd9bc text on a black background
contrast 13.87:1
Card sample
#bfd9bc text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd9bc;
Background color
Panel with #bfd9bc background
background-color: #bfd9bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd9bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 217, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 217, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd9bc; background: linear-gradient(135deg, #bfd9bc, #BCD9CC);