#b3cdf9
a light, electric blue · cool · closest name: skyblue
RGB
179, 205, 249
HSL
218°, 85%, 84%
CMYK
28, 18, 0, 2
Luminance
0.6009
Every format
| HEX | #b3cdf9 |
| RGB | rgb(179, 205, 249) |
| HSL | hsl(218, 85%, 84%) |
| CMYK | cmyk(28%, 18%, 0%, 2%) |
| LAB | lab(81.9 1.0 -24.4) |
| LCH | lch(81.9 24.5 272.3) |
| OKLCH | oklch(0.844 0.068 260.9) |
Copy-ready code
/* CSS */
color: #b3cdf9;
background-color: #b3cdf9;
/* Tailwind (arbitrary) */
class="text-[#b3cdf9] bg-[#b3cdf9]"
/* SCSS */
$brand: #b3cdf9;
/* SwiftUI */
Color(red: 0.702, green: 0.804, blue: 0.976)
/* Android */
Color.parseColor("#b3cdf9")Accessibility — WCAG contrast
Aa
#b3cdf9 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3cdf9 on black: 13.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green80.4%
Blue97.6%
CMYK percentages
Cyan28.1%
Magenta17.7%
Yellow0.0%
Key (black)2.4%
Color previews
#b3cdf9 text on a black background
contrast 13.02:1
Card sample
#b3cdf9 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3cdf9;
Background color
Panel with #b3cdf9 background
background-color: #b3cdf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3cdf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 205, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 205, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3cdf9; background: linear-gradient(135deg, #b3cdf9, #C8B3F9);