#bfdfce
a light, soft green · cool · closest name: beige
RGB
191, 223, 206
HSL
148°, 33%, 81%
CMYK
14, 0, 8, 13
Luminance
0.6831
Every format
| HEX | #bfdfce |
| RGB | rgb(191, 223, 206) |
| HSL | hsl(148, 33%, 81%) |
| CMYK | cmyk(14%, 0%, 8%, 13%) |
| LAB | lab(86.2 -13.8 4.8) |
| LCH | lch(86.2 14.6 160.8) |
| OKLCH | oklch(0.876 0.041 162.3) |
Copy-ready code
/* CSS */
color: #bfdfce;
background-color: #bfdfce;
/* Tailwind (arbitrary) */
class="text-[#bfdfce] bg-[#bfdfce]"
/* SCSS */
$brand: #bfdfce;
/* SwiftUI */
Color(red: 0.749, green: 0.875, blue: 0.808)
/* Android */
Color.parseColor("#bfdfce")Accessibility — WCAG contrast
Aa
#bfdfce on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdfce on black: 14.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green87.5%
Blue80.8%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow7.6%
Key (black)12.5%
Color previews
#bfdfce text on a black background
contrast 14.66:1
Card sample
#bfdfce text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdfce;
Background color
Panel with #bfdfce background
background-color: #bfdfce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdfce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 223, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 223, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdfce; background: linear-gradient(135deg, #bfdfce, #BFDBDF);