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