#b3cbf6
a light, electric blue · cool · closest name: skyblue
RGB
179, 203, 246
HSL
219°, 79%, 83%
CMYK
27, 18, 0, 4
Luminance
0.5895
Every format
| HEX | #b3cbf6 |
| RGB | rgb(179, 203, 246) |
| HSL | hsl(219, 79%, 83%) |
| CMYK | cmyk(27%, 18%, 0%, 4%) |
| LAB | lab(81.3 1.4 -23.8) |
| LCH | lch(81.3 23.8 273.3) |
| OKLCH | oklch(0.839 0.066 262.0) |
Copy-ready code
/* CSS */
color: #b3cbf6;
background-color: #b3cbf6;
/* Tailwind (arbitrary) */
class="text-[#b3cbf6] bg-[#b3cbf6]"
/* SCSS */
$brand: #b3cbf6;
/* SwiftUI */
Color(red: 0.702, green: 0.796, blue: 0.965)
/* Android */
Color.parseColor("#b3cbf6")Accessibility — WCAG contrast
Aa
#b3cbf6 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3cbf6 on black: 12.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green79.6%
Blue96.5%
CMYK percentages
Cyan27.2%
Magenta17.5%
Yellow0.0%
Key (black)3.5%
Color previews
#b3cbf6 text on a black background
contrast 12.79:1
Card sample
#b3cbf6 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3cbf6;
Background color
Panel with #b3cbf6 background
background-color: #b3cbf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3cbf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 203, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 203, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3cbf6; background: linear-gradient(135deg, #b3cbf6, #C8B3F6);