#b2dbfa
a light, electric blue · cool · closest name: skyblue
RGB
178, 219, 250
HSL
206°, 88%, 84%
CMYK
29, 12, 0, 2
Luminance
0.6703
Every format
| HEX | #b2dbfa |
| RGB | rgb(178, 219, 250) |
| HSL | hsl(206, 88%, 84%) |
| CMYK | cmyk(29%, 12%, 0%, 2%) |
| LAB | lab(85.5 -6.4 -19.5) |
| LCH | lch(85.5 20.5 251.7) |
| OKLCH | oklch(0.873 0.061 241.0) |
Copy-ready code
/* CSS */
color: #b2dbfa;
background-color: #b2dbfa;
/* Tailwind (arbitrary) */
class="text-[#b2dbfa] bg-[#b2dbfa]"
/* SCSS */
$brand: #b2dbfa;
/* SwiftUI */
Color(red: 0.698, green: 0.859, blue: 0.980)
/* Android */
Color.parseColor("#b2dbfa")Accessibility — WCAG contrast
Aa
#b2dbfa on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2dbfa on black: 14.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green85.9%
Blue98.0%
CMYK percentages
Cyan28.8%
Magenta12.4%
Yellow0.0%
Key (black)2.0%
Color previews
#b2dbfa text on a black background
contrast 14.41:1
Card sample
#b2dbfa text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2dbfa;
Background color
Panel with #b2dbfa background
background-color: #b2dbfa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2dbfa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 219, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 219, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2dbfa; background: linear-gradient(135deg, #b2dbfa, #B9B2FA);