#bceafd
a pale, electric cyan · cool · closest name: skyblue
RGB
188, 234, 253
HSL
198°, 94%, 87%
CMYK
26, 8, 0, 1
Luminance
0.7663
Every format
| HEX | #bceafd |
| RGB | rgb(188, 234, 253) |
| HSL | hsl(198, 94%, 87%) |
| CMYK | cmyk(26%, 8%, 0%, 1%) |
| LAB | lab(90.2 -10.6 -14.0) |
| LCH | lch(90.2 17.6 232.9) |
| OKLCH | oklch(0.911 0.054 225.0) |
Copy-ready code
/* CSS */
color: #bceafd;
background-color: #bceafd;
/* Tailwind (arbitrary) */
class="text-[#bceafd] bg-[#bceafd]"
/* SCSS */
$brand: #bceafd;
/* SwiftUI */
Color(red: 0.737, green: 0.918, blue: 0.992)
/* Android */
Color.parseColor("#bceafd")Accessibility — WCAG contrast
Aa
#bceafd on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bceafd on black: 16.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green91.8%
Blue99.2%
CMYK percentages
Cyan25.7%
Magenta7.5%
Yellow0.0%
Key (black)0.8%
Color previews
#bceafd text on a black background
contrast 16.33:1
Card sample
#bceafd text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bceafd;
Background color
Panel with #bceafd background
background-color: #bceafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bceafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 234, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 234, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bceafd; background: linear-gradient(135deg, #bceafd, #BCBFFD);