#b1d2fd
a light, electric blue · cool · closest name: skyblue
RGB
177, 210, 253
HSL
214°, 95%, 84%
CMYK
30, 17, 0, 1
Luminance
0.6253
Every format
| HEX | #b1d2fd |
| RGB | rgb(177, 210, 253) |
| HSL | hsl(214, 95%, 84%) |
| CMYK | cmyk(30%, 17%, 0%, 1%) |
| LAB | lab(83.2 -1.3 -24.6) |
| LCH | lch(83.2 24.6 267.0) |
| OKLCH | oklch(0.854 0.070 255.2) |
Copy-ready code
/* CSS */
color: #b1d2fd;
background-color: #b1d2fd;
/* Tailwind (arbitrary) */
class="text-[#b1d2fd] bg-[#b1d2fd]"
/* SCSS */
$brand: #b1d2fd;
/* SwiftUI */
Color(red: 0.694, green: 0.824, blue: 0.992)
/* Android */
Color.parseColor("#b1d2fd")Accessibility — WCAG contrast
Aa
#b1d2fd on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1d2fd on black: 13.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green82.4%
Blue99.2%
CMYK percentages
Cyan30.0%
Magenta17.0%
Yellow0.0%
Key (black)0.8%
Color previews
#b1d2fd text on a black background
contrast 13.51:1
Card sample
#b1d2fd text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1d2fd;
Background color
Panel with #b1d2fd background
background-color: #b1d2fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1d2fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 210, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 210, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1d2fd; background: linear-gradient(135deg, #b1d2fd, #C3B1FD);