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