#bffcfd
a pale, electric cyan · cool · closest name: white
RGB
191, 252, 253
HSL
181°, 94%, 87%
CMYK
25, 0, 0, 1
Luminance
0.8779
Every format
| HEX | #bffcfd |
| RGB | rgb(191, 252, 253) |
| HSL | hsl(181, 94%, 87%) |
| CMYK | cmyk(25%, 0%, 0%, 1%) |
| LAB | lab(95.1 -18.7 -6.7) |
| LCH | lch(95.1 19.9 199.6) |
| OKLCH | oklch(0.950 0.061 197.4) |
Copy-ready code
/* CSS */
color: #bffcfd;
background-color: #bffcfd;
/* Tailwind (arbitrary) */
class="text-[#bffcfd] bg-[#bffcfd]"
/* SCSS */
$brand: #bffcfd;
/* SwiftUI */
Color(red: 0.749, green: 0.988, blue: 0.992)
/* Android */
Color.parseColor("#bffcfd")Accessibility — WCAG contrast
Aa
#bffcfd on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bffcfd on black: 18.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green98.8%
Blue99.2%
CMYK percentages
Cyan24.5%
Magenta0.4%
Yellow0.0%
Key (black)0.8%
Color previews
#bffcfd text on a black background
contrast 18.56:1
Card sample
#bffcfd text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bffcfd;
Background color
Panel with #bffcfd background
background-color: #bffcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bffcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 252, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 252, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bffcfd; background: linear-gradient(135deg, #bffcfd, #BFD3FD);