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