#b3dfff
a pale, electric blue · cool · closest name: skyblue
RGB
179, 223, 255
HSL
205°, 100%, 85%
CMYK
30, 13, 0, 0
Luminance
0.6958
Every format
| HEX | #b3dfff |
| RGB | rgb(179, 223, 255) |
| HSL | hsl(205, 100%, 85%) |
| CMYK | cmyk(30%, 13%, 0%, 0%) |
| LAB | lab(86.8 -7.0 -20.2) |
| LCH | lch(86.8 21.4 250.7) |
| OKLCH | oklch(0.883 0.064 240.0) |
Copy-ready code
/* CSS */
color: #b3dfff;
background-color: #b3dfff;
/* Tailwind (arbitrary) */
class="text-[#b3dfff] bg-[#b3dfff]"
/* SCSS */
$brand: #b3dfff;
/* SwiftUI */
Color(red: 0.702, green: 0.875, blue: 1.000)
/* Android */
Color.parseColor("#b3dfff")Accessibility — WCAG contrast
Aa
#b3dfff on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3dfff on black: 14.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green87.5%
Blue100.0%
CMYK percentages
Cyan29.8%
Magenta12.5%
Yellow0.0%
Key (black)0.0%
Color previews
#b3dfff text on a black background
contrast 14.92:1
Card sample
#b3dfff text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3dfff;
Background color
Panel with #b3dfff background
background-color: #b3dfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3dfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 223, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 223, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3dfff; background: linear-gradient(135deg, #b3dfff, #BAB3FF);