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