#bfdace
a light, soft green · cool · closest name: silver
RGB
191, 218, 206
HSL
153°, 27%, 80%
CMYK
12, 0, 6, 15
Luminance
0.6568
Every format
| HEX | #bfdace |
| RGB | rgb(191, 218, 206) |
| HSL | hsl(153, 27%, 80%) |
| CMYK | cmyk(12%, 0%, 6%, 15%) |
| LAB | lab(84.8 -11.3 2.9) |
| LCH | lch(84.8 11.6 165.7) |
| OKLCH | oklch(0.865 0.033 167.0) |
Copy-ready code
/* CSS */
color: #bfdace;
background-color: #bfdace;
/* Tailwind (arbitrary) */
class="text-[#bfdace] bg-[#bfdace]"
/* SCSS */
$brand: #bfdace;
/* SwiftUI */
Color(red: 0.749, green: 0.855, blue: 0.808)
/* Android */
Color.parseColor("#bfdace")Accessibility — WCAG contrast
Aa
#bfdace on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdace on black: 14.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green85.5%
Blue80.8%
CMYK percentages
Cyan12.4%
Magenta0.0%
Yellow5.5%
Key (black)14.5%
Color previews
#bfdace text on a black background
contrast 14.14:1
Card sample
#bfdace text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdace;
Background color
Panel with #bfdace background
background-color: #bfdace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 218, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 218, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdace; background: linear-gradient(135deg, #bfdace, #BFD4DA);