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