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