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