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