#bfdad7
a light, soft cyan · cool · closest name: silver
RGB
191, 218, 215
HSL
173°, 27%, 80%
CMYK
12, 0, 1, 15
Luminance
0.6613
Every format
| HEX | #bfdad7 |
| RGB | rgb(191, 218, 215) |
| HSL | hsl(173, 27%, 80%) |
| CMYK | cmyk(12%, 0%, 1%, 15%) |
| LAB | lab(85.1 -9.5 -1.6) |
| LCH | lch(85.1 9.6 189.3) |
| OKLCH | oklch(0.868 0.029 188.5) |
Copy-ready code
/* CSS */
color: #bfdad7;
background-color: #bfdad7;
/* Tailwind (arbitrary) */
class="text-[#bfdad7] bg-[#bfdad7]"
/* SCSS */
$brand: #bfdad7;
/* SwiftUI */
Color(red: 0.749, green: 0.855, blue: 0.843)
/* Android */
Color.parseColor("#bfdad7")Accessibility — WCAG contrast
Aa
#bfdad7 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdad7 on black: 14.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green85.5%
Blue84.3%
CMYK percentages
Cyan12.4%
Magenta0.0%
Yellow1.4%
Key (black)14.5%
Color previews
#bfdad7 text on a black background
contrast 14.23:1
Card sample
#bfdad7 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdad7;
Background color
Panel with #bfdad7 background
background-color: #bfdad7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdad7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 218, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 218, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdad7; background: linear-gradient(135deg, #bfdad7, #BFCBDA);