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