#bfd3c8
a light, soft green · cool · closest name: silver
RGB
191, 211, 200
HSL
147°, 19%, 79%
CMYK
10, 0, 5, 17
Luminance
0.6184
Every format
| HEX | #bfd3c8 |
| RGB | rgb(191, 211, 200) |
| HSL | hsl(147, 19%, 79%) |
| CMYK | cmyk(10%, 0%, 5%, 17%) |
| LAB | lab(82.8 -8.8 3.1) |
| LCH | lch(82.8 9.3 160.3) |
| OKLCH | oklch(0.849 0.026 161.8) |
Copy-ready code
/* CSS */
color: #bfd3c8;
background-color: #bfd3c8;
/* Tailwind (arbitrary) */
class="text-[#bfd3c8] bg-[#bfd3c8]"
/* SCSS */
$brand: #bfd3c8;
/* SwiftUI */
Color(red: 0.749, green: 0.827, blue: 0.784)
/* Android */
Color.parseColor("#bfd3c8")Accessibility — WCAG contrast
Aa
#bfd3c8 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd3c8 on black: 13.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green82.7%
Blue78.4%
CMYK percentages
Cyan9.5%
Magenta0.0%
Yellow5.2%
Key (black)17.3%
Color previews
#bfd3c8 text on a black background
contrast 13.37:1
Card sample
#bfd3c8 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd3c8;
Background color
Panel with #bfd3c8 background
background-color: #bfd3c8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd3c8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 211, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 211, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd3c8; background: linear-gradient(135deg, #bfd3c8, #BFD1D3);