#b3cdf7
a light, electric blue · cool · closest name: skyblue
RGB
179, 205, 247
HSL
217°, 81%, 84%
CMYK
28, 17, 0, 3
Luminance
0.5996
Every format
| HEX | #b3cdf7 |
| RGB | rgb(179, 205, 247) |
| HSL | hsl(217, 81%, 84%) |
| CMYK | cmyk(28%, 17%, 0%, 3%) |
| LAB | lab(81.8 0.5 -23.5) |
| LCH | lch(81.8 23.5 271.3) |
| OKLCH | oklch(0.843 0.065 259.9) |
Copy-ready code
/* CSS */
color: #b3cdf7;
background-color: #b3cdf7;
/* Tailwind (arbitrary) */
class="text-[#b3cdf7] bg-[#b3cdf7]"
/* SCSS */
$brand: #b3cdf7;
/* SwiftUI */
Color(red: 0.702, green: 0.804, blue: 0.969)
/* Android */
Color.parseColor("#b3cdf7")Accessibility — WCAG contrast
Aa
#b3cdf7 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3cdf7 on black: 12.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green80.4%
Blue96.9%
CMYK percentages
Cyan27.5%
Magenta17.0%
Yellow0.0%
Key (black)3.1%
Color previews
#b3cdf7 text on a black background
contrast 12.99:1
Card sample
#b3cdf7 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3cdf7;
Background color
Panel with #b3cdf7 background
background-color: #b3cdf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3cdf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 205, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 205, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3cdf7; background: linear-gradient(135deg, #b3cdf7, #C6B3F7);