#b2cffb
a light, electric blue · cool · closest name: skyblue
RGB
178, 207, 251
HSL
216°, 90%, 84%
CMYK
29, 18, 0, 2
Luminance
0.6106
Every format
| HEX | #b2cffb |
| RGB | rgb(178, 207, 251) |
| HSL | hsl(216, 90%, 84%) |
| CMYK | cmyk(29%, 18%, 0%, 2%) |
| LAB | lab(82.4 0.1 -24.7) |
| LCH | lch(82.4 24.7 270.3) |
| OKLCH | oklch(0.848 0.069 258.6) |
Copy-ready code
/* CSS */
color: #b2cffb;
background-color: #b2cffb;
/* Tailwind (arbitrary) */
class="text-[#b2cffb] bg-[#b2cffb]"
/* SCSS */
$brand: #b2cffb;
/* SwiftUI */
Color(red: 0.698, green: 0.812, blue: 0.984)
/* Android */
Color.parseColor("#b2cffb")Accessibility — WCAG contrast
Aa
#b2cffb on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2cffb on black: 13.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green81.2%
Blue98.4%
CMYK percentages
Cyan29.1%
Magenta17.5%
Yellow0.0%
Key (black)1.6%
Color previews
#b2cffb text on a black background
contrast 13.21:1
Card sample
#b2cffb text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2cffb;
Background color
Panel with #b2cffb background
background-color: #b2cffb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2cffb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 207, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 207, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2cffb; background: linear-gradient(135deg, #b2cffb, #C6B2FB);