#bfd5ce
a light, soft cyan · cool · closest name: silver
RGB
191, 213, 206
HSL
161°, 21%, 79%
CMYK
10, 0, 3, 17
Luminance
0.6312
Every format
| HEX | #bfd5ce |
| RGB | rgb(191, 213, 206) |
| HSL | hsl(161, 21%, 79%) |
| CMYK | cmyk(10%, 0%, 3%, 17%) |
| LAB | lab(83.5 -8.7 0.9) |
| LCH | lch(83.5 8.8 173.8) |
| OKLCH | oklch(0.855 0.025 174.6) |
Copy-ready code
/* CSS */
color: #bfd5ce;
background-color: #bfd5ce;
/* Tailwind (arbitrary) */
class="text-[#bfd5ce] bg-[#bfd5ce]"
/* SCSS */
$brand: #bfd5ce;
/* SwiftUI */
Color(red: 0.749, green: 0.835, blue: 0.808)
/* Android */
Color.parseColor("#bfd5ce")Accessibility — WCAG contrast
Aa
#bfd5ce on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd5ce on black: 13.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green83.5%
Blue80.8%
CMYK percentages
Cyan10.3%
Magenta0.0%
Yellow3.3%
Key (black)16.5%
Color previews
#bfd5ce text on a black background
contrast 13.62:1
Card sample
#bfd5ce text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd5ce;
Background color
Panel with #bfd5ce background
background-color: #bfd5ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd5ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 213, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 213, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd5ce; background: linear-gradient(135deg, #bfd5ce, #BFCDD5);