#bfdcd8
a light, soft cyan · cool · closest name: silver
RGB
191, 220, 216
HSL
172°, 29%, 81%
CMYK
13, 0, 2, 14
Luminance
0.6722
Every format
| HEX | #bfdcd8 |
| RGB | rgb(191, 220, 216) |
| HSL | hsl(172, 29%, 81%) |
| CMYK | cmyk(13%, 0%, 2%, 14%) |
| LAB | lab(85.6 -10.3 -1.3) |
| LCH | lch(85.6 10.4 187.0) |
| OKLCH | oklch(0.872 0.031 186.5) |
Copy-ready code
/* CSS */
color: #bfdcd8;
background-color: #bfdcd8;
/* Tailwind (arbitrary) */
class="text-[#bfdcd8] bg-[#bfdcd8]"
/* SCSS */
$brand: #bfdcd8;
/* SwiftUI */
Color(red: 0.749, green: 0.863, blue: 0.847)
/* Android */
Color.parseColor("#bfdcd8")Accessibility — WCAG contrast
Aa
#bfdcd8 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdcd8 on black: 14.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green86.3%
Blue84.7%
CMYK percentages
Cyan13.2%
Magenta0.0%
Yellow1.8%
Key (black)13.7%
Color previews
#bfdcd8 text on a black background
contrast 14.44:1
Card sample
#bfdcd8 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdcd8;
Background color
Panel with #bfdcd8 background
background-color: #bfdcd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdcd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 220, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 220, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdcd8; background: linear-gradient(135deg, #bfdcd8, #BFCDDC);