#befffd
a pale, electric cyan · cool · closest name: white
RGB
190, 255, 253
HSL
178°, 100%, 87%
CMYK
26, 0, 1, 0
Luminance
0.8956
Every format
| HEX | #befffd |
| RGB | rgb(190, 255, 253) |
| HSL | hsl(178, 100%, 87%) |
| CMYK | cmyk(26%, 0%, 1%, 0%) |
| LAB | lab(95.8 -20.5 -5.6) |
| LCH | lch(95.8 21.2 195.3) |
| OKLCH | oklch(0.956 0.065 193.7) |
Copy-ready code
/* CSS */
color: #befffd;
background-color: #befffd;
/* Tailwind (arbitrary) */
class="text-[#befffd] bg-[#befffd]"
/* SCSS */
$brand: #befffd;
/* SwiftUI */
Color(red: 0.745, green: 1.000, blue: 0.992)
/* Android */
Color.parseColor("#befffd")Accessibility — WCAG contrast
Aa
#befffd on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#befffd on black: 18.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green100.0%
Blue99.2%
CMYK percentages
Cyan25.5%
Magenta0.0%
Yellow0.8%
Key (black)0.0%
Color previews
#befffd text on a black background
contrast 18.91:1
Card sample
#befffd text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #befffd;
Background color
Panel with #befffd background
background-color: #befffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #befffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 255, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 255, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #befffd; background: linear-gradient(135deg, #befffd, #BED6FF);