#bfe4df
a light, soft cyan · cool · closest name: silver
RGB
191, 228, 223
HSL
172°, 41%, 82%
CMYK
16, 0, 2, 11
Luminance
0.7189
Every format
| HEX | #bfe4df |
| RGB | rgb(191, 228, 223) |
| HSL | hsl(172, 41%, 82%) |
| CMYK | cmyk(16%, 0%, 2%, 11%) |
| LAB | lab(87.9 -13.0 -1.6) |
| LCH | lch(87.9 13.1 187.0) |
| OKLCH | oklch(0.891 0.039 186.5) |
Copy-ready code
/* CSS */
color: #bfe4df;
background-color: #bfe4df;
/* Tailwind (arbitrary) */
class="text-[#bfe4df] bg-[#bfe4df]"
/* SCSS */
$brand: #bfe4df;
/* SwiftUI */
Color(red: 0.749, green: 0.894, blue: 0.875)
/* Android */
Color.parseColor("#bfe4df")Accessibility — WCAG contrast
Aa
#bfe4df on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfe4df on black: 15.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green89.4%
Blue87.5%
CMYK percentages
Cyan16.2%
Magenta0.0%
Yellow2.2%
Key (black)10.6%
Color previews
#bfe4df text on a black background
contrast 15.38:1
Card sample
#bfe4df text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfe4df;
Background color
Panel with #bfe4df background
background-color: #bfe4df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfe4df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 228, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 228, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfe4df; background: linear-gradient(135deg, #bfe4df, #BFD0E4);