#b2c0fc
a light, electric blue · warm · closest name: skyblue
RGB
178, 192, 252
HSL
229°, 93%, 84%
CMYK
29, 24, 0, 1
Luminance
0.5419
Every format
| HEX | #b2c0fc |
| RGB | rgb(178, 192, 252) |
| HSL | hsl(229, 93%, 84%) |
| CMYK | cmyk(29%, 24%, 0%, 1%) |
| LAB | lab(78.6 8.4 -31.1) |
| LCH | lch(78.6 32.3 285.2) |
| OKLCH | oklch(0.818 0.086 274.2) |
Copy-ready code
/* CSS */
color: #b2c0fc;
background-color: #b2c0fc;
/* Tailwind (arbitrary) */
class="text-[#b2c0fc] bg-[#b2c0fc]"
/* SCSS */
$brand: #b2c0fc;
/* SwiftUI */
Color(red: 0.698, green: 0.753, blue: 0.988)
/* Android */
Color.parseColor("#b2c0fc")Accessibility — WCAG contrast
Aa
#b2c0fc on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2c0fc on black: 11.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green75.3%
Blue98.8%
CMYK percentages
Cyan29.4%
Magenta23.8%
Yellow0.0%
Key (black)1.2%
Color previews
#b2c0fc text on a black background
contrast 11.84:1
Card sample
#b2c0fc text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2c0fc;
Background color
Panel with #b2c0fc background
background-color: #b2c0fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2c0fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 192, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 192, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2c0fc; background: linear-gradient(135deg, #b2c0fc, #D5B2FC);