#b3d3ff
a pale, electric blue · cool · closest name: skyblue
RGB
179, 211, 255
HSL
215°, 100%, 85%
CMYK
30, 17, 0, 0
Luminance
0.6339
Every format
| HEX | #b3d3ff |
| RGB | rgb(179, 211, 255) |
| HSL | hsl(215, 100%, 85%) |
| CMYK | cmyk(30%, 17%, 0%, 0%) |
| LAB | lab(83.7 -0.8 -24.9) |
| LCH | lch(83.7 25.0 268.3) |
| OKLCH | oklch(0.859 0.070 256.4) |
Copy-ready code
/* CSS */
color: #b3d3ff;
background-color: #b3d3ff;
/* Tailwind (arbitrary) */
class="text-[#b3d3ff] bg-[#b3d3ff]"
/* SCSS */
$brand: #b3d3ff;
/* SwiftUI */
Color(red: 0.702, green: 0.827, blue: 1.000)
/* Android */
Color.parseColor("#b3d3ff")Accessibility — WCAG contrast
Aa
#b3d3ff on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3d3ff on black: 13.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green82.7%
Blue100.0%
CMYK percentages
Cyan29.8%
Magenta17.3%
Yellow0.0%
Key (black)0.0%
Color previews
#b3d3ff text on a black background
contrast 13.68:1
Card sample
#b3d3ff text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3d3ff;
Background color
Panel with #b3d3ff background
background-color: #b3d3ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3d3ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 211, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 211, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3d3ff; background: linear-gradient(135deg, #b3d3ff, #C6B3FF);