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