#bce2fd
a pale, electric blue · cool · closest name: skyblue
RGB
188, 226, 253
HSL
205°, 94%, 87%
CMYK
26, 11, 0, 1
Luminance
0.7218
Every format
| HEX | #bce2fd |
| RGB | rgb(188, 226, 253) |
| HSL | hsl(205, 94%, 87%) |
| CMYK | cmyk(26%, 11%, 0%, 1%) |
| LAB | lab(88.0 -6.5 -17.2) |
| LCH | lch(88.0 18.4 249.3) |
| OKLCH | oklch(0.894 0.055 239.2) |
Copy-ready code
/* CSS */
color: #bce2fd;
background-color: #bce2fd;
/* Tailwind (arbitrary) */
class="text-[#bce2fd] bg-[#bce2fd]"
/* SCSS */
$brand: #bce2fd;
/* SwiftUI */
Color(red: 0.737, green: 0.886, blue: 0.992)
/* Android */
Color.parseColor("#bce2fd")Accessibility — WCAG contrast
Aa
#bce2fd on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bce2fd on black: 15.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green88.6%
Blue99.2%
CMYK percentages
Cyan25.7%
Magenta10.7%
Yellow0.0%
Key (black)0.8%
Color previews
#bce2fd text on a black background
contrast 15.44:1
Card sample
#bce2fd text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bce2fd;
Background color
Panel with #bce2fd background
background-color: #bce2fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bce2fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 226, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 226, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bce2fd; background: linear-gradient(135deg, #bce2fd, #C1BCFD);