#b2daf8
a light, electric blue · cool · closest name: skyblue
RGB
178, 218, 248
HSL
206°, 83%, 84%
CMYK
28, 12, 0, 3
Luminance
0.6639
Every format
| HEX | #b2daf8 |
| RGB | rgb(178, 218, 248) |
| HSL | hsl(206, 83%, 84%) |
| CMYK | cmyk(28%, 12%, 0%, 3%) |
| LAB | lab(85.2 -6.4 -18.9) |
| LCH | lch(85.2 19.9 251.4) |
| OKLCH | oklch(0.870 0.059 240.8) |
Copy-ready code
/* CSS */
color: #b2daf8;
background-color: #b2daf8;
/* Tailwind (arbitrary) */
class="text-[#b2daf8] bg-[#b2daf8]"
/* SCSS */
$brand: #b2daf8;
/* SwiftUI */
Color(red: 0.698, green: 0.855, blue: 0.973)
/* Android */
Color.parseColor("#b2daf8")Accessibility — WCAG contrast
Aa
#b2daf8 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2daf8 on black: 14.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green85.5%
Blue97.3%
CMYK percentages
Cyan28.2%
Magenta12.1%
Yellow0.0%
Key (black)2.7%
Color previews
#b2daf8 text on a black background
contrast 14.28:1
Card sample
#b2daf8 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2daf8;
Background color
Panel with #b2daf8 background
background-color: #b2daf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2daf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 218, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 218, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2daf8; background: linear-gradient(135deg, #b2daf8, #B9B2F8);