#bef2fd
a pale, electric cyan · cool · closest name: skyblue
RGB
190, 242, 253
HSL
191°, 94%, 87%
CMYK
25, 4, 0, 1
Luminance
0.8154
Every format
| HEX | #bef2fd |
| RGB | rgb(190, 242, 253) |
| HSL | hsl(191, 94%, 87%) |
| CMYK | cmyk(25%, 4%, 0%, 1%) |
| LAB | lab(92.4 -14.1 -10.7) |
| LCH | lch(92.4 17.7 217.3) |
| OKLCH | oklch(0.929 0.055 212.0) |
Copy-ready code
/* CSS */
color: #bef2fd;
background-color: #bef2fd;
/* Tailwind (arbitrary) */
class="text-[#bef2fd] bg-[#bef2fd]"
/* SCSS */
$brand: #bef2fd;
/* SwiftUI */
Color(red: 0.745, green: 0.949, blue: 0.992)
/* Android */
Color.parseColor("#bef2fd")Accessibility — WCAG contrast
Aa
#bef2fd on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bef2fd on black: 17.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green94.9%
Blue99.2%
CMYK percentages
Cyan24.9%
Magenta4.3%
Yellow0.0%
Key (black)0.8%
Color previews
#bef2fd text on a black background
contrast 17.31:1
Card sample
#bef2fd text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bef2fd;
Background color
Panel with #bef2fd background
background-color: #bef2fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bef2fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 242, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 242, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bef2fd; background: linear-gradient(135deg, #bef2fd, #BEC8FD);