#b2c2fc
a light, electric blue · warm · closest name: skyblue
RGB
178, 194, 252
HSL
227°, 93%, 84%
CMYK
29, 23, 0, 1
Luminance
0.5508
Every format
| HEX | #b2c2fc |
| RGB | rgb(178, 194, 252) |
| HSL | hsl(227, 93%, 84%) |
| CMYK | cmyk(29%, 23%, 0%, 1%) |
| LAB | lab(79.1 7.4 -30.3) |
| LCH | lch(79.1 31.2 283.6) |
| OKLCH | oklch(0.822 0.084 272.5) |
Copy-ready code
/* CSS */
color: #b2c2fc;
background-color: #b2c2fc;
/* Tailwind (arbitrary) */
class="text-[#b2c2fc] bg-[#b2c2fc]"
/* SCSS */
$brand: #b2c2fc;
/* SwiftUI */
Color(red: 0.698, green: 0.761, blue: 0.988)
/* Android */
Color.parseColor("#b2c2fc")Accessibility — WCAG contrast
Aa
#b2c2fc on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2c2fc on black: 12.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green76.1%
Blue98.8%
CMYK percentages
Cyan29.4%
Magenta23.0%
Yellow0.0%
Key (black)1.2%
Color previews
#b2c2fc text on a black background
contrast 12.02:1
Card sample
#b2c2fc text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2c2fc;
Background color
Panel with #b2c2fc background
background-color: #b2c2fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2c2fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 194, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 194, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2c2fc; background: linear-gradient(135deg, #b2c2fc, #D3B2FC);