#bfd8cb
a light, soft green · cool · closest name: silver
RGB
191, 216, 203
HSL
149°, 24%, 80%
CMYK
12, 0, 6, 15
Luminance
0.6450
Every format
| HEX | #bfd8cb |
| RGB | rgb(191, 216, 203) |
| HSL | hsl(149, 24%, 80%) |
| CMYK | cmyk(12%, 0%, 6%, 15%) |
| LAB | lab(84.2 -10.8 3.6) |
| LCH | lch(84.2 11.4 161.6) |
| OKLCH | oklch(0.860 0.032 163.1) |
Copy-ready code
/* CSS */
color: #bfd8cb;
background-color: #bfd8cb;
/* Tailwind (arbitrary) */
class="text-[#bfd8cb] bg-[#bfd8cb]"
/* SCSS */
$brand: #bfd8cb;
/* SwiftUI */
Color(red: 0.749, green: 0.847, blue: 0.796)
/* Android */
Color.parseColor("#bfd8cb")Accessibility — WCAG contrast
Aa
#bfd8cb on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd8cb on black: 13.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green84.7%
Blue79.6%
CMYK percentages
Cyan11.6%
Magenta0.0%
Yellow6.0%
Key (black)15.3%
Color previews
#bfd8cb text on a black background
contrast 13.90:1
Card sample
#bfd8cb text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd8cb;
Background color
Panel with #bfd8cb background
background-color: #bfd8cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd8cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 216, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 216, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd8cb; background: linear-gradient(135deg, #bfd8cb, #BFD4D8);