#b3cdfe
a light, electric blue · cool · closest name: skyblue
RGB
179, 205, 254
HSL
219°, 97%, 85%
CMYK
30, 19, 0, 0
Luminance
0.6040
Every format
| HEX | #b3cdfe |
| RGB | rgb(179, 205, 254) |
| HSL | hsl(219, 97%, 85%) |
| CMYK | cmyk(30%, 19%, 0%, 0%) |
| LAB | lab(82.1 2.2 -26.9) |
| LCH | lch(82.1 26.9 274.7) |
| OKLCH | oklch(0.846 0.074 263.0) |
Copy-ready code
/* CSS */
color: #b3cdfe;
background-color: #b3cdfe;
/* Tailwind (arbitrary) */
class="text-[#b3cdfe] bg-[#b3cdfe]"
/* SCSS */
$brand: #b3cdfe;
/* SwiftUI */
Color(red: 0.702, green: 0.804, blue: 0.996)
/* Android */
Color.parseColor("#b3cdfe")Accessibility — WCAG contrast
Aa
#b3cdfe on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3cdfe on black: 13.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green80.4%
Blue99.6%
CMYK percentages
Cyan29.5%
Magenta19.3%
Yellow0.0%
Key (black)0.4%
Color previews
#b3cdfe text on a black background
contrast 13.08:1
Card sample
#b3cdfe text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3cdfe;
Background color
Panel with #b3cdfe background
background-color: #b3cdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3cdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 205, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 205, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3cdfe; background: linear-gradient(135deg, #b3cdfe, #CBB3FE);