#b8dcfd
a pale, electric blue · cool · closest name: skyblue
RGB
184, 220, 253
HSL
209°, 95%, 86%
CMYK
27, 13, 0, 1
Luminance
0.6847
Every format
| HEX | #b8dcfd |
| RGB | rgb(184, 220, 253) |
| HSL | hsl(209, 95%, 86%) |
| CMYK | cmyk(27%, 13%, 0%, 1%) |
| LAB | lab(86.2 -4.5 -19.9) |
| LCH | lch(86.2 20.4 257.2) |
| OKLCH | oklch(0.879 0.060 246.2) |
Copy-ready code
/* CSS */
color: #b8dcfd;
background-color: #b8dcfd;
/* Tailwind (arbitrary) */
class="text-[#b8dcfd] bg-[#b8dcfd]"
/* SCSS */
$brand: #b8dcfd;
/* SwiftUI */
Color(red: 0.722, green: 0.863, blue: 0.992)
/* Android */
Color.parseColor("#b8dcfd")Accessibility — WCAG contrast
Aa
#b8dcfd on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8dcfd on black: 14.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green86.3%
Blue99.2%
CMYK percentages
Cyan27.3%
Magenta13.0%
Yellow0.0%
Key (black)0.8%
Color previews
#b8dcfd text on a black background
contrast 14.69:1
Card sample
#b8dcfd text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8dcfd;
Background color
Panel with #b8dcfd background
background-color: #b8dcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8dcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 220, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 220, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8dcfd; background: linear-gradient(135deg, #b8dcfd, #C2B8FD);