#bfefec
a light, vivid cyan · cool · closest name: white
RGB
191, 239, 236
HSL
176°, 60%, 84%
CMYK
20, 0, 1, 6
Luminance
0.7887
Every format
| HEX | #bfefec |
| RGB | rgb(191, 239, 236) |
| HSL | hsl(176, 60%, 84%) |
| CMYK | cmyk(20%, 0%, 1%, 6%) |
| LAB | lab(91.2 -15.9 -3.6) |
| LCH | lch(91.2 16.3 192.8) |
| OKLCH | oklch(0.918 0.049 191.6) |
Copy-ready code
/* CSS */
color: #bfefec;
background-color: #bfefec;
/* Tailwind (arbitrary) */
class="text-[#bfefec] bg-[#bfefec]"
/* SCSS */
$brand: #bfefec;
/* SwiftUI */
Color(red: 0.749, green: 0.937, blue: 0.925)
/* Android */
Color.parseColor("#bfefec")Accessibility — WCAG contrast
Aa
#bfefec on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfefec on black: 16.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green93.7%
Blue92.5%
CMYK percentages
Cyan20.1%
Magenta0.0%
Yellow1.3%
Key (black)6.3%
Color previews
#bfefec text on a black background
contrast 16.77:1
Card sample
#bfefec text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfefec;
Background color
Panel with #bfefec background
background-color: #bfefec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfefec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 239, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 239, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfefec; background: linear-gradient(135deg, #bfefec, #BFD2EF);