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