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