#bfdadb
a light, soft cyan · cool · closest name: silver
RGB
191, 218, 219
HSL
182°, 28%, 80%
CMYK
13, 1, 0, 14
Luminance
0.6633
Every format
| HEX | #bfdadb |
| RGB | rgb(191, 218, 219) |
| HSL | hsl(182, 28%, 80%) |
| CMYK | cmyk(13%, 1%, 0%, 14%) |
| LAB | lab(85.2 -8.7 -3.5) |
| LCH | lch(85.2 9.4 202.0) |
| OKLCH | oklch(0.869 0.029 199.4) |
Copy-ready code
/* CSS */
color: #bfdadb;
background-color: #bfdadb;
/* Tailwind (arbitrary) */
class="text-[#bfdadb] bg-[#bfdadb]"
/* SCSS */
$brand: #bfdadb;
/* SwiftUI */
Color(red: 0.749, green: 0.855, blue: 0.859)
/* Android */
Color.parseColor("#bfdadb")Accessibility — WCAG contrast
Aa
#bfdadb on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdadb on black: 14.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green85.5%
Blue85.9%
CMYK percentages
Cyan12.8%
Magenta0.5%
Yellow0.0%
Key (black)14.1%
Color previews
#bfdadb text on a black background
contrast 14.27:1
Card sample
#bfdadb text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdadb;
Background color
Panel with #bfdadb background
background-color: #bfdadb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdadb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 218, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 218, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdadb; background: linear-gradient(135deg, #bfdadb, #BFC7DB);