#bfdecf
a light, soft green · cool · closest name: beige
RGB
191, 222, 207
HSL
151°, 32%, 81%
CMYK
14, 0, 7, 13
Luminance
0.6782
Every format
| HEX | #bfdecf |
| RGB | rgb(191, 222, 207) |
| HSL | hsl(151, 32%, 81%) |
| CMYK | cmyk(14%, 0%, 7%, 13%) |
| LAB | lab(85.9 -13.1 3.9) |
| LCH | lch(85.9 13.7 163.3) |
| OKLCH | oklch(0.874 0.039 164.7) |
Copy-ready code
/* CSS */
color: #bfdecf;
background-color: #bfdecf;
/* Tailwind (arbitrary) */
class="text-[#bfdecf] bg-[#bfdecf]"
/* SCSS */
$brand: #bfdecf;
/* SwiftUI */
Color(red: 0.749, green: 0.871, blue: 0.812)
/* Android */
Color.parseColor("#bfdecf")Accessibility — WCAG contrast
Aa
#bfdecf on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdecf on black: 14.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green87.1%
Blue81.2%
CMYK percentages
Cyan14.0%
Magenta0.0%
Yellow6.8%
Key (black)12.9%
Color previews
#bfdecf text on a black background
contrast 14.56:1
Card sample
#bfdecf text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdecf;
Background color
Panel with #bfdecf background
background-color: #bfdecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 222, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 222, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdecf; background: linear-gradient(135deg, #bfdecf, #BFD8DE);