#bceefd
a pale, electric cyan · cool · closest name: skyblue
RGB
188, 238, 253
HSL
194°, 94%, 87%
CMYK
26, 6, 0, 1
Luminance
0.7893
Every format
| HEX | #bceefd |
| RGB | rgb(188, 238, 253) |
| HSL | hsl(194, 94%, 87%) |
| CMYK | cmyk(26%, 6%, 0%, 1%) |
| LAB | lab(91.2 -12.6 -12.4) |
| LCH | lch(91.2 17.7 224.6) |
| OKLCH | oklch(0.919 0.055 218.1) |
Copy-ready code
/* CSS */
color: #bceefd;
background-color: #bceefd;
/* Tailwind (arbitrary) */
class="text-[#bceefd] bg-[#bceefd]"
/* SCSS */
$brand: #bceefd;
/* SwiftUI */
Color(red: 0.737, green: 0.933, blue: 0.992)
/* Android */
Color.parseColor("#bceefd")Accessibility — WCAG contrast
Aa
#bceefd on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bceefd on black: 16.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green93.3%
Blue99.2%
CMYK percentages
Cyan25.7%
Magenta5.9%
Yellow0.0%
Key (black)0.8%
Color previews
#bceefd text on a black background
contrast 16.79:1
Card sample
#bceefd text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bceefd;
Background color
Panel with #bceefd background
background-color: #bceefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bceefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 238, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 238, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bceefd; background: linear-gradient(135deg, #bceefd, #BCC3FD);