#bfd6d2
a light, soft cyan · cool · closest name: silver
RGB
191, 214, 210
HSL
170°, 22%, 79%
CMYK
11, 0, 2, 16
Luminance
0.6382
Every format
| HEX | #bfd6d2 |
| RGB | rgb(191, 214, 210) |
| HSL | hsl(170, 22%, 79%) |
| CMYK | cmyk(11%, 0%, 2%, 16%) |
| LAB | lab(83.9 -8.4 -0.6) |
| LCH | lch(83.9 8.5 184.3) |
| OKLCH | oklch(0.858 0.025 184.2) |
Copy-ready code
/* CSS */
color: #bfd6d2;
background-color: #bfd6d2;
/* Tailwind (arbitrary) */
class="text-[#bfd6d2] bg-[#bfd6d2]"
/* SCSS */
$brand: #bfd6d2;
/* SwiftUI */
Color(red: 0.749, green: 0.839, blue: 0.824)
/* Android */
Color.parseColor("#bfd6d2")Accessibility — WCAG contrast
Aa
#bfd6d2 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd6d2 on black: 13.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green83.9%
Blue82.4%
CMYK percentages
Cyan10.7%
Magenta0.0%
Yellow1.9%
Key (black)16.1%
Color previews
#bfd6d2 text on a black background
contrast 13.76:1
Card sample
#bfd6d2 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd6d2;
Background color
Panel with #bfd6d2 background
background-color: #bfd6d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd6d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 214, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 214, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd6d2; background: linear-gradient(135deg, #bfd6d2, #BFCBD6);