#b3e2fd
a light, electric blue · cool · closest name: skyblue
RGB
179, 226, 253
HSL
202°, 95%, 85%
CMYK
29, 11, 0, 1
Luminance
0.7107
Every format
| HEX | #b3e2fd |
| RGB | rgb(179, 226, 253) |
| HSL | hsl(202, 95%, 85%) |
| CMYK | cmyk(29%, 11%, 0%, 1%) |
| LAB | lab(87.5 -9.1 -18.0) |
| LCH | lch(87.5 20.2 243.3) |
| OKLCH | oklch(0.889 0.061 233.6) |
Copy-ready code
/* CSS */
color: #b3e2fd;
background-color: #b3e2fd;
/* Tailwind (arbitrary) */
class="text-[#b3e2fd] bg-[#b3e2fd]"
/* SCSS */
$brand: #b3e2fd;
/* SwiftUI */
Color(red: 0.702, green: 0.886, blue: 0.992)
/* Android */
Color.parseColor("#b3e2fd")Accessibility — WCAG contrast
Aa
#b3e2fd on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3e2fd on black: 15.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green88.6%
Blue99.2%
CMYK percentages
Cyan29.2%
Magenta10.7%
Yellow0.0%
Key (black)0.8%
Color previews
#b3e2fd text on a black background
contrast 15.21:1
Card sample
#b3e2fd text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3e2fd;
Background color
Panel with #b3e2fd background
background-color: #b3e2fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3e2fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 226, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 226, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3e2fd; background: linear-gradient(135deg, #b3e2fd, #B5B3FD);