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