#bfeceb
a light, vivid cyan · cool · closest name: white
RGB
191, 236, 235
HSL
179°, 54%, 84%
CMYK
19, 0, 0, 8
Luminance
0.7707
Every format
| HEX | #bfeceb |
| RGB | rgb(191, 236, 235) |
| HSL | hsl(179, 54%, 84%) |
| CMYK | cmyk(19%, 0%, 0%, 8%) |
| LAB | lab(90.3 -14.6 -4.3) |
| LCH | lch(90.3 15.2 196.4) |
| OKLCH | oklch(0.911 0.046 194.7) |
Copy-ready code
/* CSS */
color: #bfeceb;
background-color: #bfeceb;
/* Tailwind (arbitrary) */
class="text-[#bfeceb] bg-[#bfeceb]"
/* SCSS */
$brand: #bfeceb;
/* SwiftUI */
Color(red: 0.749, green: 0.925, blue: 0.922)
/* Android */
Color.parseColor("#bfeceb")Accessibility — WCAG contrast
Aa
#bfeceb on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfeceb on black: 16.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green92.5%
Blue92.2%
CMYK percentages
Cyan19.1%
Magenta0.0%
Yellow0.4%
Key (black)7.5%
Color previews
#bfeceb text on a black background
contrast 16.41:1
Card sample
#bfeceb text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfeceb;
Background color
Panel with #bfeceb background
background-color: #bfeceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfeceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 236, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 236, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfeceb; background: linear-gradient(135deg, #bfeceb, #BFCFEC);