#b2dafc
a light, electric blue · cool · closest name: skyblue
RGB
178, 218, 252
HSL
208°, 93%, 84%
CMYK
29, 14, 0, 1
Luminance
0.6664
Every format
| HEX | #b2dafc |
| RGB | rgb(178, 218, 252) |
| HSL | hsl(208, 93%, 84%) |
| CMYK | cmyk(29%, 14%, 0%, 1%) |
| LAB | lab(85.3 -5.4 -20.8) |
| LCH | lch(85.3 21.5 255.4) |
| OKLCH | oklch(0.871 0.063 244.2) |
Copy-ready code
/* CSS */
color: #b2dafc;
background-color: #b2dafc;
/* Tailwind (arbitrary) */
class="text-[#b2dafc] bg-[#b2dafc]"
/* SCSS */
$brand: #b2dafc;
/* SwiftUI */
Color(red: 0.698, green: 0.855, blue: 0.988)
/* Android */
Color.parseColor("#b2dafc")Accessibility — WCAG contrast
Aa
#b2dafc on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2dafc on black: 14.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green85.5%
Blue98.8%
CMYK percentages
Cyan29.4%
Magenta13.5%
Yellow0.0%
Key (black)1.2%
Color previews
#b2dafc text on a black background
contrast 14.33:1
Card sample
#b2dafc text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2dafc;
Background color
Panel with #b2dafc background
background-color: #b2dafc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2dafc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 218, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 218, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2dafc; background: linear-gradient(135deg, #b2dafc, #BBB2FC);