#b3cbfd
a light, electric blue · cool · closest name: skyblue
RGB
179, 203, 253
HSL
221°, 95%, 85%
CMYK
29, 20, 0, 1
Luminance
0.5939
Every format
| HEX | #b3cbfd |
| RGB | rgb(179, 203, 253) |
| HSL | hsl(221, 95%, 85%) |
| CMYK | cmyk(29%, 20%, 0%, 1%) |
| LAB | lab(81.5 3.0 -27.2) |
| LCH | lch(81.5 27.3 276.3) |
| OKLCH | oklch(0.842 0.075 264.8) |
Copy-ready code
/* CSS */
color: #b3cbfd;
background-color: #b3cbfd;
/* Tailwind (arbitrary) */
class="text-[#b3cbfd] bg-[#b3cbfd]"
/* SCSS */
$brand: #b3cbfd;
/* SwiftUI */
Color(red: 0.702, green: 0.796, blue: 0.992)
/* Android */
Color.parseColor("#b3cbfd")Accessibility — WCAG contrast
Aa
#b3cbfd on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3cbfd on black: 12.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green79.6%
Blue99.2%
CMYK percentages
Cyan29.2%
Magenta19.8%
Yellow0.0%
Key (black)0.8%
Color previews
#b3cbfd text on a black background
contrast 12.88:1
Card sample
#b3cbfd text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3cbfd;
Background color
Panel with #b3cbfd background
background-color: #b3cbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3cbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 203, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 203, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3cbfd; background: linear-gradient(135deg, #b3cbfd, #CCB3FD);