#b0dafd
a light, electric blue · cool · closest name: skyblue
RGB
176, 218, 253
HSL
207°, 95%, 84%
CMYK
30, 14, 0, 1
Luminance
0.6646
Every format
| HEX | #b0dafd |
| RGB | rgb(176, 218, 253) |
| HSL | hsl(207, 95%, 84%) |
| CMYK | cmyk(30%, 14%, 0%, 1%) |
| LAB | lab(85.2 -5.8 -21.5) |
| LCH | lch(85.2 22.3 255.0) |
| OKLCH | oklch(0.870 0.066 243.8) |
Copy-ready code
/* CSS */
color: #b0dafd;
background-color: #b0dafd;
/* Tailwind (arbitrary) */
class="text-[#b0dafd] bg-[#b0dafd]"
/* SCSS */
$brand: #b0dafd;
/* SwiftUI */
Color(red: 0.690, green: 0.855, blue: 0.992)
/* Android */
Color.parseColor("#b0dafd")Accessibility — WCAG contrast
Aa
#b0dafd on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0dafd on black: 14.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green85.5%
Blue99.2%
CMYK percentages
Cyan30.4%
Magenta13.8%
Yellow0.0%
Key (black)0.8%
Color previews
#b0dafd text on a black background
contrast 14.29:1
Card sample
#b0dafd text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0dafd;
Background color
Panel with #b0dafd background
background-color: #b0dafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0dafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 218, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 218, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0dafd; background: linear-gradient(135deg, #b0dafd, #B9B0FD);