#bfece4
a light, vivid cyan · cool · closest name: ivory
RGB
191, 236, 228
HSL
169°, 54%, 84%
CMYK
19, 0, 3, 8
Luminance
0.7667
Every format
| HEX | #bfece4 |
| RGB | rgb(191, 236, 228) |
| HSL | hsl(169, 54%, 84%) |
| CMYK | cmyk(19%, 0%, 3%, 8%) |
| LAB | lab(90.2 -16.0 -0.9) |
| LCH | lch(90.2 16.1 183.3) |
| OKLCH | oklch(0.909 0.048 183.2) |
Copy-ready code
/* CSS */
color: #bfece4;
background-color: #bfece4;
/* Tailwind (arbitrary) */
class="text-[#bfece4] bg-[#bfece4]"
/* SCSS */
$brand: #bfece4;
/* SwiftUI */
Color(red: 0.749, green: 0.925, blue: 0.894)
/* Android */
Color.parseColor("#bfece4")Accessibility — WCAG contrast
Aa
#bfece4 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfece4 on black: 16.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green92.5%
Blue89.4%
CMYK percentages
Cyan19.1%
Magenta0.0%
Yellow3.4%
Key (black)7.5%
Color previews
#bfece4 text on a black background
contrast 16.33:1
Card sample
#bfece4 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfece4;
Background color
Panel with #bfece4 background
background-color: #bfece4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfece4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 236, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 236, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfece4; background: linear-gradient(135deg, #bfece4, #BFD6EC);