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