#b7dcfd
a pale, electric blue · cool · closest name: skyblue
RGB
183, 220, 253
HSL
208°, 95%, 86%
CMYK
28, 13, 0, 1
Luminance
0.6835
Every format
| HEX | #b7dcfd |
| RGB | rgb(183, 220, 253) |
| HSL | hsl(208, 95%, 86%) |
| CMYK | cmyk(28%, 13%, 0%, 1%) |
| LAB | lab(86.2 -4.8 -20.0) |
| LCH | lch(86.2 20.6 256.4) |
| OKLCH | oklch(0.879 0.060 245.5) |
Copy-ready code
/* CSS */
color: #b7dcfd;
background-color: #b7dcfd;
/* Tailwind (arbitrary) */
class="text-[#b7dcfd] bg-[#b7dcfd]"
/* SCSS */
$brand: #b7dcfd;
/* SwiftUI */
Color(red: 0.718, green: 0.863, blue: 0.992)
/* Android */
Color.parseColor("#b7dcfd")Accessibility — WCAG contrast
Aa
#b7dcfd on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7dcfd on black: 14.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green86.3%
Blue99.2%
CMYK percentages
Cyan27.7%
Magenta13.0%
Yellow0.0%
Key (black)0.8%
Color previews
#b7dcfd text on a black background
contrast 14.67:1
Card sample
#b7dcfd text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7dcfd;
Background color
Panel with #b7dcfd background
background-color: #b7dcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7dcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 220, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 220, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7dcfd; background: linear-gradient(135deg, #b7dcfd, #C1B7FD);