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