#b3cffc
a light, electric blue · cool · closest name: skyblue
RGB
179, 207, 252
HSL
217°, 92%, 85%
CMYK
29, 18, 0, 1
Luminance
0.6124
Every format
| HEX | #b3cffc |
| RGB | rgb(179, 207, 252) |
| HSL | hsl(217, 92%, 85%) |
| CMYK | cmyk(29%, 18%, 0%, 1%) |
| LAB | lab(82.5 0.7 -25.1) |
| LCH | lch(82.5 25.1 271.5) |
| OKLCH | oklch(0.849 0.070 259.8) |
Copy-ready code
/* CSS */
color: #b3cffc;
background-color: #b3cffc;
/* Tailwind (arbitrary) */
class="text-[#b3cffc] bg-[#b3cffc]"
/* SCSS */
$brand: #b3cffc;
/* SwiftUI */
Color(red: 0.702, green: 0.812, blue: 0.988)
/* Android */
Color.parseColor("#b3cffc")Accessibility — WCAG contrast
Aa
#b3cffc on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3cffc on black: 13.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green81.2%
Blue98.8%
CMYK percentages
Cyan29.0%
Magenta17.9%
Yellow0.0%
Key (black)1.2%
Color previews
#b3cffc text on a black background
contrast 13.25:1
Card sample
#b3cffc text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3cffc;
Background color
Panel with #b3cffc background
background-color: #b3cffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3cffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 207, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 207, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3cffc; background: linear-gradient(135deg, #b3cffc, #C8B3FC);