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