#bfdfc5
a light, soft green · cool · closest name: beige
RGB
191, 223, 197
HSL
131°, 33%, 81%
CMYK
14, 0, 12, 13
Luminance
0.6788
Every format
| HEX | #bfdfc5 |
| RGB | rgb(191, 223, 197) |
| HSL | hsl(131, 33%, 81%) |
| CMYK | cmyk(14%, 0%, 12%, 13%) |
| LAB | lab(86.0 -15.4 9.2) |
| LCH | lch(86.0 18.0 149.1) |
| OKLCH | oklch(0.873 0.049 150.7) |
Copy-ready code
/* CSS */
color: #bfdfc5;
background-color: #bfdfc5;
/* Tailwind (arbitrary) */
class="text-[#bfdfc5] bg-[#bfdfc5]"
/* SCSS */
$brand: #bfdfc5;
/* SwiftUI */
Color(red: 0.749, green: 0.875, blue: 0.773)
/* Android */
Color.parseColor("#bfdfc5")Accessibility — WCAG contrast
Aa
#bfdfc5 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdfc5 on black: 14.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green87.5%
Blue77.3%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow11.7%
Key (black)12.5%
Color previews
#bfdfc5 text on a black background
contrast 14.58:1
Card sample
#bfdfc5 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdfc5;
Background color
Panel with #bfdfc5 background
background-color: #bfdfc5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdfc5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 223, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 223, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdfc5; background: linear-gradient(135deg, #bfdfc5, #BFDFDA);