#b3c0fd
a light, electric blue · warm · closest name: skyblue
RGB
179, 192, 253
HSL
230°, 95%, 85%
CMYK
29, 24, 0, 1
Luminance
0.5437
Every format
| HEX | #b3c0fd |
| RGB | rgb(179, 192, 253) |
| HSL | hsl(230, 95%, 85%) |
| CMYK | cmyk(29%, 24%, 0%, 1%) |
| LAB | lab(78.7 9.0 -31.5) |
| LCH | lch(78.7 32.7 285.9) |
| OKLCH | oklch(0.819 0.087 275.0) |
Copy-ready code
/* CSS */
color: #b3c0fd;
background-color: #b3c0fd;
/* Tailwind (arbitrary) */
class="text-[#b3c0fd] bg-[#b3c0fd]"
/* SCSS */
$brand: #b3c0fd;
/* SwiftUI */
Color(red: 0.702, green: 0.753, blue: 0.992)
/* Android */
Color.parseColor("#b3c0fd")Accessibility — WCAG contrast
Aa
#b3c0fd on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3c0fd on black: 11.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green75.3%
Blue99.2%
CMYK percentages
Cyan29.2%
Magenta24.1%
Yellow0.0%
Key (black)0.8%
Color previews
#b3c0fd text on a black background
contrast 11.87:1
Card sample
#b3c0fd text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3c0fd;
Background color
Panel with #b3c0fd background
background-color: #b3c0fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3c0fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 192, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 192, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3c0fd; background: linear-gradient(135deg, #b3c0fd, #D7B3FD);