#bfeeeb
a light, vivid cyan · cool · closest name: white
RGB
191, 238, 235
HSL
176°, 58%, 84%
CMYK
20, 0, 1, 7
Luminance
0.7822
Every format
| HEX | #bfeeeb |
| RGB | rgb(191, 238, 235) |
| HSL | hsl(176, 58%, 84%) |
| CMYK | cmyk(20%, 0%, 1%, 7%) |
| LAB | lab(90.9 -15.6 -3.5) |
| LCH | lch(90.9 16.0 192.7) |
| OKLCH | oklch(0.915 0.048 191.5) |
Copy-ready code
/* CSS */
color: #bfeeeb;
background-color: #bfeeeb;
/* Tailwind (arbitrary) */
class="text-[#bfeeeb] bg-[#bfeeeb]"
/* SCSS */
$brand: #bfeeeb;
/* SwiftUI */
Color(red: 0.749, green: 0.933, blue: 0.922)
/* Android */
Color.parseColor("#bfeeeb")Accessibility — WCAG contrast
Aa
#bfeeeb on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfeeeb on black: 16.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green93.3%
Blue92.2%
CMYK percentages
Cyan19.7%
Magenta0.0%
Yellow1.3%
Key (black)6.7%
Color previews
#bfeeeb text on a black background
contrast 16.64:1
Card sample
#bfeeeb text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfeeeb;
Background color
Panel with #bfeeeb background
background-color: #bfeeeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfeeeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 238, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 238, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfeeeb; background: linear-gradient(135deg, #bfeeeb, #BFD2EE);