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