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