#bfe2df
a light, soft cyan · cool · closest name: silver
RGB
191, 226, 223
HSL
175°, 38%, 82%
CMYK
16, 0, 1, 11
Luminance
0.7080
Every format
| HEX | #bfe2df |
| RGB | rgb(191, 226, 223) |
| HSL | hsl(175, 38%, 82%) |
| CMYK | cmyk(16%, 0%, 1%, 11%) |
| LAB | lab(87.4 -12.0 -2.4) |
| LCH | lch(87.4 12.2 191.2) |
| OKLCH | oklch(0.887 0.037 190.2) |
Copy-ready code
/* CSS */
color: #bfe2df;
background-color: #bfe2df;
/* Tailwind (arbitrary) */
class="text-[#bfe2df] bg-[#bfe2df]"
/* SCSS */
$brand: #bfe2df;
/* SwiftUI */
Color(red: 0.749, green: 0.886, blue: 0.875)
/* Android */
Color.parseColor("#bfe2df")Accessibility — WCAG contrast
Aa
#bfe2df on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfe2df on black: 15.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green88.6%
Blue87.5%
CMYK percentages
Cyan15.5%
Magenta0.0%
Yellow1.3%
Key (black)11.4%
Color previews
#bfe2df text on a black background
contrast 15.16:1
Card sample
#bfe2df text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfe2df;
Background color
Panel with #bfe2df background
background-color: #bfe2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfe2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 226, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 226, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfe2df; background: linear-gradient(135deg, #bfe2df, #BFCEE2);