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