#bfdbba
a light, soft green · cool · closest name: beige
RGB
191, 219, 186
HSL
111°, 31%, 79%
CMYK
13, 0, 15, 14
Luminance
0.6528
Every format
| HEX | #bfdbba |
| RGB | rgb(191, 219, 186) |
| HSL | hsl(111, 31%, 79%) |
| CMYK | cmyk(13%, 0%, 15%, 14%) |
| LAB | lab(84.6 -15.4 13.2) |
| LCH | lch(84.6 20.2 139.5) |
| OKLCH | oklch(0.862 0.054 140.9) |
Copy-ready code
/* CSS */
color: #bfdbba;
background-color: #bfdbba;
/* Tailwind (arbitrary) */
class="text-[#bfdbba] bg-[#bfdbba]"
/* SCSS */
$brand: #bfdbba;
/* SwiftUI */
Color(red: 0.749, green: 0.859, blue: 0.729)
/* Android */
Color.parseColor("#bfdbba")Accessibility — WCAG contrast
Aa
#bfdbba on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdbba on black: 14.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green85.9%
Blue72.9%
CMYK percentages
Cyan12.8%
Magenta0.0%
Yellow15.1%
Key (black)14.1%
Color previews
#bfdbba text on a black background
contrast 14.06:1
Card sample
#bfdbba text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdbba;
Background color
Panel with #bfdbba background
background-color: #bfdbba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdbba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 219, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 219, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdbba; background: linear-gradient(135deg, #bfdbba, #BADBCB);