#bfe1df
a light, soft cyan · cool · closest name: silver
RGB
191, 225, 223
HSL
177°, 36%, 82%
CMYK
15, 0, 1, 12
Luminance
0.7025
Every format
| HEX | #bfe1df |
| RGB | rgb(191, 225, 223) |
| HSL | hsl(177, 36%, 82%) |
| CMYK | cmyk(15%, 0%, 1%, 12%) |
| LAB | lab(87.1 -11.5 -2.8) |
| LCH | lch(87.1 11.8 193.5) |
| OKLCH | oklch(0.885 0.036 192.2) |
Copy-ready code
/* CSS */
color: #bfe1df;
background-color: #bfe1df;
/* Tailwind (arbitrary) */
class="text-[#bfe1df] bg-[#bfe1df]"
/* SCSS */
$brand: #bfe1df;
/* SwiftUI */
Color(red: 0.749, green: 0.882, blue: 0.875)
/* Android */
Color.parseColor("#bfe1df")Accessibility — WCAG contrast
Aa
#bfe1df on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfe1df on black: 15.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green88.2%
Blue87.5%
CMYK percentages
Cyan15.1%
Magenta0.0%
Yellow0.9%
Key (black)11.8%
Color previews
#bfe1df text on a black background
contrast 15.05:1
Card sample
#bfe1df text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfe1df;
Background color
Panel with #bfe1df background
background-color: #bfe1df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfe1df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 225, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 225, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfe1df; background: linear-gradient(135deg, #bfe1df, #BFCCE1);