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