#bfd3c2
a light, soft green · cool · closest name: silver
RGB
191, 211, 194
HSL
129°, 19%, 79%
CMYK
10, 0, 8, 17
Luminance
0.6156
Every format
| HEX | #bfd3c2 |
| RGB | rgb(191, 211, 194) |
| HSL | hsl(129, 19%, 79%) |
| CMYK | cmyk(10%, 0%, 8%, 17%) |
| LAB | lab(82.7 -9.9 6.1) |
| LCH | lch(82.7 11.7 148.3) |
| OKLCH | oklch(0.847 0.032 149.7) |
Copy-ready code
/* CSS */
color: #bfd3c2;
background-color: #bfd3c2;
/* Tailwind (arbitrary) */
class="text-[#bfd3c2] bg-[#bfd3c2]"
/* SCSS */
$brand: #bfd3c2;
/* SwiftUI */
Color(red: 0.749, green: 0.827, blue: 0.761)
/* Android */
Color.parseColor("#bfd3c2")Accessibility — WCAG contrast
Aa
#bfd3c2 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd3c2 on black: 13.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green82.7%
Blue76.1%
CMYK percentages
Cyan9.5%
Magenta0.0%
Yellow8.1%
Key (black)17.3%
Color previews
#bfd3c2 text on a black background
contrast 13.31:1
Card sample
#bfd3c2 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd3c2;
Background color
Panel with #bfd3c2 background
background-color: #bfd3c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd3c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 211, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 211, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd3c2; background: linear-gradient(135deg, #bfd3c2, #BFD3CF);