#bfd8d2
a light, soft cyan · cool · closest name: silver
RGB
191, 216, 210
HSL
166°, 24%, 80%
CMYK
12, 0, 3, 15
Luminance
0.6484
Every format
| HEX | #bfd8d2 |
| RGB | rgb(191, 216, 210) |
| HSL | hsl(166, 24%, 80%) |
| CMYK | cmyk(12%, 0%, 3%, 15%) |
| LAB | lab(84.4 -9.5 0.1) |
| LCH | lch(84.4 9.5 179.2) |
| OKLCH | oklch(0.862 0.028 179.6) |
Copy-ready code
/* CSS */
color: #bfd8d2;
background-color: #bfd8d2;
/* Tailwind (arbitrary) */
class="text-[#bfd8d2] bg-[#bfd8d2]"
/* SCSS */
$brand: #bfd8d2;
/* SwiftUI */
Color(red: 0.749, green: 0.847, blue: 0.824)
/* Android */
Color.parseColor("#bfd8d2")Accessibility — WCAG contrast
Aa
#bfd8d2 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd8d2 on black: 13.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green84.7%
Blue82.4%
CMYK percentages
Cyan11.6%
Magenta0.0%
Yellow2.8%
Key (black)15.3%
Color previews
#bfd8d2 text on a black background
contrast 13.97:1
Card sample
#bfd8d2 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd8d2;
Background color
Panel with #bfd8d2 background
background-color: #bfd8d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd8d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 216, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 216, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd8d2; background: linear-gradient(135deg, #bfd8d2, #BFCDD8);