#b8dafd
a pale, electric blue · cool · closest name: skyblue
RGB
184, 218, 253
HSL
210°, 95%, 86%
CMYK
27, 14, 0, 1
Luminance
0.6743
Every format
| HEX | #b8dafd |
| RGB | rgb(184, 218, 253) |
| HSL | hsl(210, 95%, 86%) |
| CMYK | cmyk(27%, 14%, 0%, 1%) |
| LAB | lab(85.7 -3.5 -20.7) |
| LCH | lch(85.7 21.0 260.4) |
| OKLCH | oklch(0.875 0.061 249.3) |
Copy-ready code
/* CSS */
color: #b8dafd;
background-color: #b8dafd;
/* Tailwind (arbitrary) */
class="text-[#b8dafd] bg-[#b8dafd]"
/* SCSS */
$brand: #b8dafd;
/* SwiftUI */
Color(red: 0.722, green: 0.855, blue: 0.992)
/* Android */
Color.parseColor("#b8dafd")Accessibility — WCAG contrast
Aa
#b8dafd on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8dafd on black: 14.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green85.5%
Blue99.2%
CMYK percentages
Cyan27.3%
Magenta13.8%
Yellow0.0%
Key (black)0.8%
Color previews
#b8dafd text on a black background
contrast 14.49:1
Card sample
#b8dafd text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8dafd;
Background color
Panel with #b8dafd background
background-color: #b8dafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8dafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 218, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 218, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8dafd; background: linear-gradient(135deg, #b8dafd, #C4B8FD);