#b2c3fd
a light, electric blue · warm · closest name: skyblue
RGB
178, 195, 253
HSL
226°, 95%, 85%
CMYK
30, 23, 0, 1
Luminance
0.5559
Every format
| HEX | #b2c3fd |
| RGB | rgb(178, 195, 253) |
| HSL | hsl(226, 95%, 85%) |
| CMYK | cmyk(30%, 23%, 0%, 1%) |
| LAB | lab(79.4 7.1 -30.4) |
| LCH | lch(79.4 31.2 283.1) |
| OKLCH | oklch(0.825 0.084 271.8) |
Copy-ready code
/* CSS */
color: #b2c3fd;
background-color: #b2c3fd;
/* Tailwind (arbitrary) */
class="text-[#b2c3fd] bg-[#b2c3fd]"
/* SCSS */
$brand: #b2c3fd;
/* SwiftUI */
Color(red: 0.698, green: 0.765, blue: 0.992)
/* Android */
Color.parseColor("#b2c3fd")Accessibility — WCAG contrast
Aa
#b2c3fd on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2c3fd on black: 12.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green76.5%
Blue99.2%
CMYK percentages
Cyan29.6%
Magenta22.9%
Yellow0.0%
Key (black)0.8%
Color previews
#b2c3fd text on a black background
contrast 12.12:1
Card sample
#b2c3fd text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2c3fd;
Background color
Panel with #b2c3fd background
background-color: #b2c3fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2c3fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 195, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 195, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2c3fd; background: linear-gradient(135deg, #b2c3fd, #D3B2FD);