#b2dafd
a light, electric blue · cool · closest name: skyblue
RGB
178, 218, 253
HSL
208°, 95%, 85%
CMYK
30, 14, 0, 1
Luminance
0.6670
Every format
| HEX | #b2dafd |
| RGB | rgb(178, 218, 253) |
| HSL | hsl(208, 95%, 85%) |
| CMYK | cmyk(30%, 14%, 0%, 1%) |
| LAB | lab(85.3 -5.2 -21.3) |
| LCH | lch(85.3 21.9 256.3) |
| OKLCH | oklch(0.872 0.064 245.0) |
Copy-ready code
/* CSS */
color: #b2dafd;
background-color: #b2dafd;
/* Tailwind (arbitrary) */
class="text-[#b2dafd] bg-[#b2dafd]"
/* SCSS */
$brand: #b2dafd;
/* SwiftUI */
Color(red: 0.698, green: 0.855, blue: 0.992)
/* Android */
Color.parseColor("#b2dafd")Accessibility — WCAG contrast
Aa
#b2dafd on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2dafd on black: 14.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green85.5%
Blue99.2%
CMYK percentages
Cyan29.6%
Magenta13.8%
Yellow0.0%
Key (black)0.8%
Color previews
#b2dafd text on a black background
contrast 14.34:1
Card sample
#b2dafd text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2dafd;
Background color
Panel with #b2dafd background
background-color: #b2dafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2dafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 218, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 218, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2dafd; background: linear-gradient(135deg, #b2dafd, #BCB2FD);