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