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