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