#b3ccf7
a light, electric blue · cool · closest name: skyblue
RGB
179, 204, 247
HSL
218°, 81%, 84%
CMYK
28, 17, 0, 3
Luminance
0.5948
Every format
| HEX | #b3ccf7 |
| RGB | rgb(179, 204, 247) |
| HSL | hsl(218, 81%, 84%) |
| CMYK | cmyk(28%, 17%, 0%, 3%) |
| LAB | lab(81.6 1.1 -23.9) |
| LCH | lch(81.6 23.9 272.5) |
| OKLCH | oklch(0.841 0.066 261.2) |
Copy-ready code
/* CSS */
color: #b3ccf7;
background-color: #b3ccf7;
/* Tailwind (arbitrary) */
class="text-[#b3ccf7] bg-[#b3ccf7]"
/* SCSS */
$brand: #b3ccf7;
/* SwiftUI */
Color(red: 0.702, green: 0.800, blue: 0.969)
/* Android */
Color.parseColor("#b3ccf7")Accessibility — WCAG contrast
Aa
#b3ccf7 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3ccf7 on black: 12.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green80.0%
Blue96.9%
CMYK percentages
Cyan27.5%
Magenta17.4%
Yellow0.0%
Key (black)3.1%
Color previews
#b3ccf7 text on a black background
contrast 12.90:1
Card sample
#b3ccf7 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3ccf7;
Background color
Panel with #b3ccf7 background
background-color: #b3ccf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3ccf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 204, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 204, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3ccf7; background: linear-gradient(135deg, #b3ccf7, #C7B3F7);