#bfe3da
a light, soft cyan · cool · closest name: silver
RGB
191, 227, 218
HSL
165°, 39%, 82%
CMYK
16, 0, 4, 11
Luminance
0.7108
Every format
| HEX | #bfe3da |
| RGB | rgb(191, 227, 218) |
| HSL | hsl(165, 39%, 82%) |
| CMYK | cmyk(16%, 0%, 4%, 11%) |
| LAB | lab(87.5 -13.5 0.5) |
| LCH | lch(87.5 13.5 178.0) |
| OKLCH | oklch(0.887 0.040 178.5) |
Copy-ready code
/* CSS */
color: #bfe3da;
background-color: #bfe3da;
/* Tailwind (arbitrary) */
class="text-[#bfe3da] bg-[#bfe3da]"
/* SCSS */
$brand: #bfe3da;
/* SwiftUI */
Color(red: 0.749, green: 0.890, blue: 0.855)
/* Android */
Color.parseColor("#bfe3da")Accessibility — WCAG contrast
Aa
#bfe3da on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfe3da on black: 15.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green89.0%
Blue85.5%
CMYK percentages
Cyan15.9%
Magenta0.0%
Yellow4.0%
Key (black)11.0%
Color previews
#bfe3da text on a black background
contrast 15.22:1
Card sample
#bfe3da text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfe3da;
Background color
Panel with #bfe3da background
background-color: #bfe3da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfe3da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 227, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 227, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfe3da; background: linear-gradient(135deg, #bfe3da, #BFD4E3);