#befcf6
a pale, electric cyan · cool · closest name: ivory
RGB
190, 252, 246
HSL
174°, 91%, 87%
CMYK
25, 0, 2, 1
Luminance
0.8722
Every format
| HEX | #befcf6 |
| RGB | rgb(190, 252, 246) |
| HSL | hsl(174, 91%, 87%) |
| CMYK | cmyk(25%, 0%, 2%, 1%) |
| LAB | lab(94.8 -20.5 -3.4) |
| LCH | lch(94.8 20.8 189.5) |
| OKLCH | oklch(0.948 0.063 188.8) |
Copy-ready code
/* CSS */
color: #befcf6;
background-color: #befcf6;
/* Tailwind (arbitrary) */
class="text-[#befcf6] bg-[#befcf6]"
/* SCSS */
$brand: #befcf6;
/* SwiftUI */
Color(red: 0.745, green: 0.988, blue: 0.965)
/* Android */
Color.parseColor("#befcf6")Accessibility — WCAG contrast
Aa
#befcf6 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#befcf6 on black: 18.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green98.8%
Blue96.5%
CMYK percentages
Cyan24.6%
Magenta0.0%
Yellow2.4%
Key (black)1.2%
Color previews
#befcf6 text on a black background
contrast 18.44:1
Card sample
#befcf6 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #befcf6;
Background color
Panel with #befcf6 background
background-color: #befcf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #befcf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 252, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 252, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #befcf6; background: linear-gradient(135deg, #befcf6, #BED9FC);