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