#bfcada
a light, soft blue · cool · closest name: silver
RGB
191, 202, 218
HSL
216°, 27%, 80%
CMYK
12, 7, 0, 15
Luminance
0.5838
Every format
| HEX | #bfcada |
| RGB | rgb(191, 202, 218) |
| HSL | hsl(216, 27%, 80%) |
| CMYK | cmyk(12%, 7%, 0%, 15%) |
| LAB | lab(81.0 -0.6 -9.2) |
| LCH | lch(81.0 9.2 266.5) |
| OKLCH | oklch(0.836 0.025 257.7) |
Copy-ready code
/* CSS */
color: #bfcada;
background-color: #bfcada;
/* Tailwind (arbitrary) */
class="text-[#bfcada] bg-[#bfcada]"
/* SCSS */
$brand: #bfcada;
/* SwiftUI */
Color(red: 0.749, green: 0.792, blue: 0.855)
/* Android */
Color.parseColor("#bfcada")Accessibility — WCAG contrast
Aa
#bfcada on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfcada on black: 12.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green79.2%
Blue85.5%
CMYK percentages
Cyan12.4%
Magenta7.3%
Yellow0.0%
Key (black)14.5%
Color previews
#bfcada text on a black background
contrast 12.68:1
Card sample
#bfcada text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfcada;
Background color
Panel with #bfcada background
background-color: #bfcada;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfcada;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 202, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 202, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfcada; background: linear-gradient(135deg, #bfcada, #C6BFDA);