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