#bfdce0
a light, soft cyan · cool · closest name: silver
RGB
191, 220, 224
HSL
187°, 35%, 81%
CMYK
15, 2, 0, 12
Luminance
0.6764
Every format
| HEX | #bfdce0 |
| RGB | rgb(191, 220, 224) |
| HSL | hsl(187, 35%, 81%) |
| CMYK | cmyk(15%, 2%, 0%, 12%) |
| LAB | lab(85.8 -8.7 -5.2) |
| LCH | lch(85.8 10.2 210.7) |
| OKLCH | oklch(0.875 0.031 206.7) |
Copy-ready code
/* CSS */
color: #bfdce0;
background-color: #bfdce0;
/* Tailwind (arbitrary) */
class="text-[#bfdce0] bg-[#bfdce0]"
/* SCSS */
$brand: #bfdce0;
/* SwiftUI */
Color(red: 0.749, green: 0.863, blue: 0.878)
/* Android */
Color.parseColor("#bfdce0")Accessibility — WCAG contrast
Aa
#bfdce0 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdce0 on black: 14.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green86.3%
Blue87.8%
CMYK percentages
Cyan14.7%
Magenta1.8%
Yellow0.0%
Key (black)12.2%
Color previews
#bfdce0 text on a black background
contrast 14.53:1
Card sample
#bfdce0 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdce0;
Background color
Panel with #bfdce0 background
background-color: #bfdce0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdce0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 220, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 220, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdce0; background: linear-gradient(135deg, #bfdce0, #BFC6E0);