#bfd5c2
a light, soft green · cool · closest name: silver
RGB
191, 213, 194
HSL
128°, 21%, 79%
CMYK
10, 0, 9, 17
Luminance
0.6256
Every format
| HEX | #bfd5c2 |
| RGB | rgb(191, 213, 194) |
| HSL | hsl(128, 21%, 79%) |
| CMYK | cmyk(10%, 0%, 9%, 17%) |
| LAB | lab(83.2 -10.9 6.9) |
| LCH | lch(83.2 12.9 147.7) |
| OKLCH | oklch(0.851 0.035 149.3) |
Copy-ready code
/* CSS */
color: #bfd5c2;
background-color: #bfd5c2;
/* Tailwind (arbitrary) */
class="text-[#bfd5c2] bg-[#bfd5c2]"
/* SCSS */
$brand: #bfd5c2;
/* SwiftUI */
Color(red: 0.749, green: 0.835, blue: 0.761)
/* Android */
Color.parseColor("#bfd5c2")Accessibility — WCAG contrast
Aa
#bfd5c2 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd5c2 on black: 13.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green83.5%
Blue76.1%
CMYK percentages
Cyan10.3%
Magenta0.0%
Yellow8.9%
Key (black)16.5%
Color previews
#bfd5c2 text on a black background
contrast 13.51:1
Card sample
#bfd5c2 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd5c2;
Background color
Panel with #bfd5c2 background
background-color: #bfd5c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd5c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 213, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 213, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd5c2; background: linear-gradient(135deg, #bfd5c2, #BFD5D1);