#b2dbfe
a light, electric blue · cool · closest name: skyblue
RGB
178, 219, 254
HSL
208°, 97%, 85%
CMYK
30, 14, 0, 0
Luminance
0.6728
Every format
| HEX | #b2dbfe |
| RGB | rgb(178, 219, 254) |
| HSL | hsl(208, 97%, 85%) |
| CMYK | cmyk(30%, 14%, 0%, 0%) |
| LAB | lab(85.7 -5.5 -21.4) |
| LCH | lch(85.7 22.1 255.6) |
| OKLCH | oklch(0.874 0.065 244.4) |
Copy-ready code
/* CSS */
color: #b2dbfe;
background-color: #b2dbfe;
/* Tailwind (arbitrary) */
class="text-[#b2dbfe] bg-[#b2dbfe]"
/* SCSS */
$brand: #b2dbfe;
/* SwiftUI */
Color(red: 0.698, green: 0.859, blue: 0.996)
/* Android */
Color.parseColor("#b2dbfe")Accessibility — WCAG contrast
Aa
#b2dbfe on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2dbfe on black: 14.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green85.9%
Blue99.6%
CMYK percentages
Cyan29.9%
Magenta13.8%
Yellow0.0%
Key (black)0.4%
Color previews
#b2dbfe text on a black background
contrast 14.46:1
Card sample
#b2dbfe text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2dbfe;
Background color
Panel with #b2dbfe background
background-color: #b2dbfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2dbfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 219, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 219, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2dbfe; background: linear-gradient(135deg, #b2dbfe, #BCB2FE);