#b3dcff
a pale, electric blue · cool · closest name: skyblue
RGB
179, 220, 255
HSL
208°, 100%, 85%
CMYK
30, 14, 0, 0
Luminance
0.6799
Every format
| HEX | #b3dcff |
| RGB | rgb(179, 220, 255) |
| HSL | hsl(208, 100%, 85%) |
| CMYK | cmyk(30%, 14%, 0%, 0%) |
| LAB | lab(86.0 -5.5 -21.4) |
| LCH | lch(86.0 22.1 255.6) |
| OKLCH | oklch(0.877 0.065 244.4) |
Copy-ready code
/* CSS */
color: #b3dcff;
background-color: #b3dcff;
/* Tailwind (arbitrary) */
class="text-[#b3dcff] bg-[#b3dcff]"
/* SCSS */
$brand: #b3dcff;
/* SwiftUI */
Color(red: 0.702, green: 0.863, blue: 1.000)
/* Android */
Color.parseColor("#b3dcff")Accessibility — WCAG contrast
Aa
#b3dcff on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3dcff on black: 14.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green86.3%
Blue100.0%
CMYK percentages
Cyan29.8%
Magenta13.7%
Yellow0.0%
Key (black)0.0%
Color previews
#b3dcff text on a black background
contrast 14.60:1
Card sample
#b3dcff text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3dcff;
Background color
Panel with #b3dcff background
background-color: #b3dcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3dcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 220, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 220, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3dcff; background: linear-gradient(135deg, #b3dcff, #BDB3FF);