#b7dafd
a pale, electric blue · cool · closest name: skyblue
RGB
183, 218, 253
HSL
210°, 95%, 86%
CMYK
28, 14, 0, 1
Luminance
0.6730
Every format
| HEX | #b7dafd |
| RGB | rgb(183, 218, 253) |
| HSL | hsl(210, 95%, 86%) |
| CMYK | cmyk(28%, 14%, 0%, 1%) |
| LAB | lab(85.7 -3.8 -20.8) |
| LCH | lch(85.7 21.2 259.7) |
| OKLCH | oklch(0.875 0.061 248.5) |
Copy-ready code
/* CSS */
color: #b7dafd;
background-color: #b7dafd;
/* Tailwind (arbitrary) */
class="text-[#b7dafd] bg-[#b7dafd]"
/* SCSS */
$brand: #b7dafd;
/* SwiftUI */
Color(red: 0.718, green: 0.855, blue: 0.992)
/* Android */
Color.parseColor("#b7dafd")Accessibility — WCAG contrast
Aa
#b7dafd on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7dafd on black: 14.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green85.5%
Blue99.2%
CMYK percentages
Cyan27.7%
Magenta13.8%
Yellow0.0%
Key (black)0.8%
Color previews
#b7dafd text on a black background
contrast 14.46:1
Card sample
#b7dafd text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7dafd;
Background color
Panel with #b7dafd background
background-color: #b7dafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7dafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 218, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 218, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7dafd; background: linear-gradient(135deg, #b7dafd, #C3B7FD);