#b2dffb
a light, electric blue · cool · closest name: skyblue
RGB
178, 223, 251
HSL
203°, 90%, 84%
CMYK
29, 11, 0, 2
Luminance
0.6921
Every format
| HEX | #b2dffb |
| RGB | rgb(178, 223, 251) |
| HSL | hsl(203, 90%, 84%) |
| CMYK | cmyk(29%, 11%, 0%, 2%) |
| LAB | lab(86.6 -8.3 -18.4) |
| LCH | lch(86.6 20.1 245.8) |
| OKLCH | oklch(0.881 0.061 235.7) |
Copy-ready code
/* CSS */
color: #b2dffb;
background-color: #b2dffb;
/* Tailwind (arbitrary) */
class="text-[#b2dffb] bg-[#b2dffb]"
/* SCSS */
$brand: #b2dffb;
/* SwiftUI */
Color(red: 0.698, green: 0.875, blue: 0.984)
/* Android */
Color.parseColor("#b2dffb")Accessibility — WCAG contrast
Aa
#b2dffb on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2dffb on black: 14.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green87.5%
Blue98.4%
CMYK percentages
Cyan29.1%
Magenta11.2%
Yellow0.0%
Key (black)1.6%
Color previews
#b2dffb text on a black background
contrast 14.84:1
Card sample
#b2dffb text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2dffb;
Background color
Panel with #b2dffb background
background-color: #b2dffb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2dffb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 223, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 223, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2dffb; background: linear-gradient(135deg, #b2dffb, #B6B2FB);