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