#b2dbf4
a light, electric blue · cool · closest name: skyblue
RGB
178, 219, 244
HSL
203°, 75%, 83%
CMYK
27, 10, 0, 4
Luminance
0.6666
Every format
| HEX | #b2dbf4 |
| RGB | rgb(178, 219, 244) |
| HSL | hsl(203, 75%, 83%) |
| CMYK | cmyk(27%, 10%, 0%, 4%) |
| LAB | lab(85.3 -7.8 -16.6) |
| LCH | lch(85.3 18.3 244.8) |
| OKLCH | oklch(0.870 0.055 235.0) |
Copy-ready code
/* CSS */
color: #b2dbf4;
background-color: #b2dbf4;
/* Tailwind (arbitrary) */
class="text-[#b2dbf4] bg-[#b2dbf4]"
/* SCSS */
$brand: #b2dbf4;
/* SwiftUI */
Color(red: 0.698, green: 0.859, blue: 0.957)
/* Android */
Color.parseColor("#b2dbf4")Accessibility — WCAG contrast
Aa
#b2dbf4 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2dbf4 on black: 14.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green85.9%
Blue95.7%
CMYK percentages
Cyan27.0%
Magenta10.2%
Yellow0.0%
Key (black)4.3%
Color previews
#b2dbf4 text on a black background
contrast 14.33:1
Card sample
#b2dbf4 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2dbf4;
Background color
Panel with #b2dbf4 background
background-color: #b2dbf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2dbf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 219, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 219, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2dbf4; background: linear-gradient(135deg, #b2dbf4, #B5B2F4);