#bfd0d4
a light, soft cyan · cool · closest name: silver
RGB
191, 208, 212
HSL
191°, 20%, 79%
CMYK
10, 2, 0, 17
Luminance
0.6094
Every format
| HEX | #bfd0d4 |
| RGB | rgb(191, 208, 212) |
| HSL | hsl(191, 20%, 79%) |
| CMYK | cmyk(10%, 2%, 0%, 17%) |
| LAB | lab(82.3 -4.9 -3.9) |
| LCH | lch(82.3 6.3 218.6) |
| OKLCH | oklch(0.846 0.019 213.4) |
Copy-ready code
/* CSS */
color: #bfd0d4;
background-color: #bfd0d4;
/* Tailwind (arbitrary) */
class="text-[#bfd0d4] bg-[#bfd0d4]"
/* SCSS */
$brand: #bfd0d4;
/* SwiftUI */
Color(red: 0.749, green: 0.816, blue: 0.831)
/* Android */
Color.parseColor("#bfd0d4")Accessibility — WCAG contrast
Aa
#bfd0d4 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd0d4 on black: 13.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green81.6%
Blue83.1%
CMYK percentages
Cyan9.9%
Magenta1.9%
Yellow0.0%
Key (black)16.9%
Color previews
#bfd0d4 text on a black background
contrast 13.19:1
Card sample
#bfd0d4 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd0d4;
Background color
Panel with #bfd0d4 background
background-color: #bfd0d4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd0d4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 208, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 208, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd0d4; background: linear-gradient(135deg, #bfd0d4, #BFC2D4);