#b2ccf9
a light, electric blue · cool · closest name: skyblue
RGB
178, 204, 249
HSL
218°, 86%, 84%
CMYK
29, 18, 0, 2
Luminance
0.5949
Every format
| HEX | #b2ccf9 |
| RGB | rgb(178, 204, 249) |
| HSL | hsl(218, 86%, 84%) |
| CMYK | cmyk(29%, 18%, 0%, 2%) |
| LAB | lab(81.6 1.3 -24.9) |
| LCH | lch(81.6 25.0 272.9) |
| OKLCH | oklch(0.841 0.069 261.3) |
Copy-ready code
/* CSS */
color: #b2ccf9;
background-color: #b2ccf9;
/* Tailwind (arbitrary) */
class="text-[#b2ccf9] bg-[#b2ccf9]"
/* SCSS */
$brand: #b2ccf9;
/* SwiftUI */
Color(red: 0.698, green: 0.800, blue: 0.976)
/* Android */
Color.parseColor("#b2ccf9")Accessibility — WCAG contrast
Aa
#b2ccf9 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2ccf9 on black: 12.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green80.0%
Blue97.6%
CMYK percentages
Cyan28.5%
Magenta18.1%
Yellow0.0%
Key (black)2.4%
Color previews
#b2ccf9 text on a black background
contrast 12.90:1
Card sample
#b2ccf9 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2ccf9;
Background color
Panel with #b2ccf9 background
background-color: #b2ccf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2ccf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 204, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 204, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2ccf9; background: linear-gradient(135deg, #b2ccf9, #C7B2F9);