#bfe5df
a light, soft cyan · cool · closest name: silver
RGB
191, 229, 223
HSL
171°, 42%, 82%
CMYK
17, 0, 3, 10
Luminance
0.7244
Every format
| HEX | #bfe5df |
| RGB | rgb(191, 229, 223) |
| HSL | hsl(171, 42%, 82%) |
| CMYK | cmyk(17%, 0%, 3%, 10%) |
| LAB | lab(88.2 -13.5 -1.2) |
| LCH | lch(88.2 13.6 185.1) |
| OKLCH | oklch(0.893 0.041 184.8) |
Copy-ready code
/* CSS */
color: #bfe5df;
background-color: #bfe5df;
/* Tailwind (arbitrary) */
class="text-[#bfe5df] bg-[#bfe5df]"
/* SCSS */
$brand: #bfe5df;
/* SwiftUI */
Color(red: 0.749, green: 0.898, blue: 0.875)
/* Android */
Color.parseColor("#bfe5df")Accessibility — WCAG contrast
Aa
#bfe5df on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfe5df on black: 15.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green89.8%
Blue87.5%
CMYK percentages
Cyan16.6%
Magenta0.0%
Yellow2.6%
Key (black)10.2%
Color previews
#bfe5df text on a black background
contrast 15.49:1
Card sample
#bfe5df text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfe5df;
Background color
Panel with #bfe5df background
background-color: #bfe5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfe5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 229, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 229, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfe5df; background: linear-gradient(135deg, #bfe5df, #BFD2E5);