#bfdfbc
a light, soft green · cool · closest name: beige
RGB
191, 223, 188
HSL
115°, 35%, 81%
CMYK
14, 0, 16, 13
Luminance
0.6748
Every format
| HEX | #bfdfbc |
| RGB | rgb(191, 223, 188) |
| HSL | hsl(115, 35%, 81%) |
| CMYK | cmyk(14%, 0%, 16%, 13%) |
| LAB | lab(85.8 -17.0 13.7) |
| LCH | lch(85.8 21.9 141.2) |
| OKLCH | oklch(0.871 0.058 142.8) |
Copy-ready code
/* CSS */
color: #bfdfbc;
background-color: #bfdfbc;
/* Tailwind (arbitrary) */
class="text-[#bfdfbc] bg-[#bfdfbc]"
/* SCSS */
$brand: #bfdfbc;
/* SwiftUI */
Color(red: 0.749, green: 0.875, blue: 0.737)
/* Android */
Color.parseColor("#bfdfbc")Accessibility — WCAG contrast
Aa
#bfdfbc on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdfbc on black: 14.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green87.5%
Blue73.7%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow15.7%
Key (black)12.5%
Color previews
#bfdfbc text on a black background
contrast 14.50:1
Card sample
#bfdfbc text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdfbc;
Background color
Panel with #bfdfbc background
background-color: #bfdfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 223, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 223, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdfbc; background: linear-gradient(135deg, #bfdfbc, #BCDFD0);