#b2dbf5
a light, electric blue · cool · closest name: skyblue
RGB
178, 219, 245
HSL
203°, 77%, 83%
CMYK
27, 11, 0, 4
Luminance
0.6672
Every format
| HEX | #b2dbf5 |
| RGB | rgb(178, 219, 245) |
| HSL | hsl(203, 77%, 83%) |
| CMYK | cmyk(27%, 11%, 0%, 4%) |
| LAB | lab(85.4 -7.6 -17.1) |
| LCH | lch(85.4 18.7 246.1) |
| OKLCH | oklch(0.871 0.056 236.1) |
Copy-ready code
/* CSS */
color: #b2dbf5;
background-color: #b2dbf5;
/* Tailwind (arbitrary) */
class="text-[#b2dbf5] bg-[#b2dbf5]"
/* SCSS */
$brand: #b2dbf5;
/* SwiftUI */
Color(red: 0.698, green: 0.859, blue: 0.961)
/* Android */
Color.parseColor("#b2dbf5")Accessibility — WCAG contrast
Aa
#b2dbf5 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2dbf5 on black: 14.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green85.9%
Blue96.1%
CMYK percentages
Cyan27.3%
Magenta10.6%
Yellow0.0%
Key (black)3.9%
Color previews
#b2dbf5 text on a black background
contrast 14.34:1
Card sample
#b2dbf5 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2dbf5;
Background color
Panel with #b2dbf5 background
background-color: #b2dbf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2dbf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 219, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 219, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2dbf5; background: linear-gradient(135deg, #b2dbf5, #B6B2F5);