#b2cffd
a light, electric blue · cool · closest name: skyblue
RGB
178, 207, 253
HSL
217°, 95%, 85%
CMYK
30, 18, 0, 1
Luminance
0.6118
Every format
| HEX | #b2cffd |
| RGB | rgb(178, 207, 253) |
| HSL | hsl(217, 95%, 85%) |
| CMYK | cmyk(30%, 18%, 0%, 1%) |
| LAB | lab(82.5 0.6 -25.7) |
| LCH | lch(82.5 25.7 271.3) |
| OKLCH | oklch(0.849 0.072 259.5) |
Copy-ready code
/* CSS */
color: #b2cffd;
background-color: #b2cffd;
/* Tailwind (arbitrary) */
class="text-[#b2cffd] bg-[#b2cffd]"
/* SCSS */
$brand: #b2cffd;
/* SwiftUI */
Color(red: 0.698, green: 0.812, blue: 0.992)
/* Android */
Color.parseColor("#b2cffd")Accessibility — WCAG contrast
Aa
#b2cffd on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2cffd on black: 13.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green81.2%
Blue99.2%
CMYK percentages
Cyan29.6%
Magenta18.2%
Yellow0.0%
Key (black)0.8%
Color previews
#b2cffd text on a black background
contrast 13.24:1
Card sample
#b2cffd text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2cffd;
Background color
Panel with #b2cffd background
background-color: #b2cffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2cffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 207, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 207, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2cffd; background: linear-gradient(135deg, #b2cffd, #C7B2FD);