#b2c6fd
a light, electric blue · cool · closest name: skyblue
RGB
178, 198, 253
HSL
224°, 95%, 85%
CMYK
30, 22, 0, 1
Luminance
0.5694
Every format
| HEX | #b2c6fd |
| RGB | rgb(178, 198, 253) |
| HSL | hsl(224, 95%, 85%) |
| CMYK | cmyk(30%, 22%, 0%, 1%) |
| LAB | lab(80.2 5.4 -29.2) |
| LCH | lch(80.2 29.7 280.5) |
| OKLCH | oklch(0.831 0.081 269.1) |
Copy-ready code
/* CSS */
color: #b2c6fd;
background-color: #b2c6fd;
/* Tailwind (arbitrary) */
class="text-[#b2c6fd] bg-[#b2c6fd]"
/* SCSS */
$brand: #b2c6fd;
/* SwiftUI */
Color(red: 0.698, green: 0.776, blue: 0.992)
/* Android */
Color.parseColor("#b2c6fd")Accessibility — WCAG contrast
Aa
#b2c6fd on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2c6fd on black: 12.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green77.6%
Blue99.2%
CMYK percentages
Cyan29.6%
Magenta21.7%
Yellow0.0%
Key (black)0.8%
Color previews
#b2c6fd text on a black background
contrast 12.39:1
Card sample
#b2c6fd text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2c6fd;
Background color
Panel with #b2c6fd background
background-color: #b2c6fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2c6fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 198, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 198, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2c6fd; background: linear-gradient(135deg, #b2c6fd, #D0B2FD);