#bfd3bc
a light, soft green · cool · closest name: silver
RGB
191, 211, 188
HSL
112°, 21%, 78%
CMYK
10, 0, 11, 17
Luminance
0.6130
Every format
| HEX | #bfd3bc |
| RGB | rgb(191, 211, 188) |
| HSL | hsl(112, 21%, 78%) |
| CMYK | cmyk(10%, 0%, 11%, 17%) |
| LAB | lab(82.5 -11.0 9.1) |
| LCH | lch(82.5 14.3 140.3) |
| OKLCH | oklch(0.845 0.038 141.6) |
Copy-ready code
/* CSS */
color: #bfd3bc;
background-color: #bfd3bc;
/* Tailwind (arbitrary) */
class="text-[#bfd3bc] bg-[#bfd3bc]"
/* SCSS */
$brand: #bfd3bc;
/* SwiftUI */
Color(red: 0.749, green: 0.827, blue: 0.737)
/* Android */
Color.parseColor("#bfd3bc")Accessibility — WCAG contrast
Aa
#bfd3bc on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd3bc on black: 13.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green82.7%
Blue73.7%
CMYK percentages
Cyan9.5%
Magenta0.0%
Yellow10.9%
Key (black)17.3%
Color previews
#bfd3bc text on a black background
contrast 13.26:1
Card sample
#bfd3bc text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd3bc;
Background color
Panel with #bfd3bc background
background-color: #bfd3bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd3bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 211, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 211, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd3bc; background: linear-gradient(135deg, #bfd3bc, #BCD3C8);