#bfcad2
a light, soft blue · cool · closest name: silver
RGB
191, 202, 210
HSL
205°, 17%, 79%
CMYK
9, 4, 0, 18
Luminance
0.5797
Every format
| HEX | #bfcad2 |
| RGB | rgb(191, 202, 210) |
| HSL | hsl(205, 17%, 79%) |
| CMYK | cmyk(9%, 4%, 0%, 18%) |
| LAB | lab(80.7 -2.2 -5.3) |
| LCH | lch(80.7 5.7 247.4) |
| OKLCH | oklch(0.833 0.017 239.2) |
Copy-ready code
/* CSS */
color: #bfcad2;
background-color: #bfcad2;
/* Tailwind (arbitrary) */
class="text-[#bfcad2] bg-[#bfcad2]"
/* SCSS */
$brand: #bfcad2;
/* SwiftUI */
Color(red: 0.749, green: 0.792, blue: 0.824)
/* Android */
Color.parseColor("#bfcad2")Accessibility — WCAG contrast
Aa
#bfcad2 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfcad2 on black: 12.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green79.2%
Blue82.4%
CMYK percentages
Cyan9.0%
Magenta3.8%
Yellow0.0%
Key (black)17.6%
Color previews
#bfcad2 text on a black background
contrast 12.59:1
Card sample
#bfcad2 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfcad2;
Background color
Panel with #bfcad2 background
background-color: #bfcad2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfcad2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 202, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 202, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfcad2; background: linear-gradient(135deg, #bfcad2, #C1BFD2);