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