#b3cdfb
a light, electric blue · cool · closest name: skyblue
RGB
179, 205, 251
HSL
218°, 90%, 84%
CMYK
29, 18, 0, 2
Luminance
0.6021
Every format
| HEX | #b3cdfb |
| RGB | rgb(179, 205, 251) |
| HSL | hsl(218, 90%, 84%) |
| CMYK | cmyk(29%, 18%, 0%, 2%) |
| LAB | lab(82.0 1.5 -25.4) |
| LCH | lch(82.0 25.4 273.3) |
| OKLCH | oklch(0.845 0.070 261.8) |
Copy-ready code
/* CSS */
color: #b3cdfb;
background-color: #b3cdfb;
/* Tailwind (arbitrary) */
class="text-[#b3cdfb] bg-[#b3cdfb]"
/* SCSS */
$brand: #b3cdfb;
/* SwiftUI */
Color(red: 0.702, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#b3cdfb")Accessibility — WCAG contrast
Aa
#b3cdfb on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3cdfb on black: 13.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green80.4%
Blue98.4%
CMYK percentages
Cyan28.7%
Magenta18.3%
Yellow0.0%
Key (black)1.6%
Color previews
#b3cdfb text on a black background
contrast 13.04:1
Card sample
#b3cdfb text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3cdfb;
Background color
Panel with #b3cdfb background
background-color: #b3cdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3cdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3cdfb; background: linear-gradient(135deg, #b3cdfb, #C9B3FB);