#bfd4cb
a light, soft green · cool · closest name: silver
RGB
191, 212, 203
HSL
154°, 20%, 79%
CMYK
10, 0, 4, 17
Luminance
0.6248
Every format
| HEX | #bfd4cb |
| RGB | rgb(191, 212, 203) |
| HSL | hsl(154, 20%, 79%) |
| CMYK | cmyk(10%, 0%, 4%, 17%) |
| LAB | lab(83.2 -8.8 2.0) |
| LCH | lch(83.2 9.0 166.8) |
| OKLCH | oklch(0.852 0.026 168.1) |
Copy-ready code
/* CSS */
color: #bfd4cb;
background-color: #bfd4cb;
/* Tailwind (arbitrary) */
class="text-[#bfd4cb] bg-[#bfd4cb]"
/* SCSS */
$brand: #bfd4cb;
/* SwiftUI */
Color(red: 0.749, green: 0.831, blue: 0.796)
/* Android */
Color.parseColor("#bfd4cb")Accessibility — WCAG contrast
Aa
#bfd4cb on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd4cb on black: 13.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green83.1%
Blue79.6%
CMYK percentages
Cyan9.9%
Magenta0.0%
Yellow4.2%
Key (black)16.9%
Color previews
#bfd4cb text on a black background
contrast 13.50:1
Card sample
#bfd4cb text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd4cb;
Background color
Panel with #bfd4cb background
background-color: #bfd4cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd4cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 212, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 212, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd4cb; background: linear-gradient(135deg, #bfd4cb, #BFCFD4);