#b2cdfc
a light, electric blue · cool · closest name: skyblue
RGB
178, 205, 252
HSL
218°, 93%, 84%
CMYK
29, 19, 0, 1
Luminance
0.6016
Every format
| HEX | #b2cdfc |
| RGB | rgb(178, 205, 252) |
| HSL | hsl(218, 93%, 84%) |
| CMYK | cmyk(29%, 19%, 0%, 1%) |
| LAB | lab(81.9 1.4 -26.0) |
| LCH | lch(81.9 26.0 273.1) |
| OKLCH | oklch(0.844 0.072 261.4) |
Copy-ready code
/* CSS */
color: #b2cdfc;
background-color: #b2cdfc;
/* Tailwind (arbitrary) */
class="text-[#b2cdfc] bg-[#b2cdfc]"
/* SCSS */
$brand: #b2cdfc;
/* SwiftUI */
Color(red: 0.698, green: 0.804, blue: 0.988)
/* Android */
Color.parseColor("#b2cdfc")Accessibility — WCAG contrast
Aa
#b2cdfc on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2cdfc on black: 13.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green80.4%
Blue98.8%
CMYK percentages
Cyan29.4%
Magenta18.7%
Yellow0.0%
Key (black)1.2%
Color previews
#b2cdfc text on a black background
contrast 13.03:1
Card sample
#b2cdfc text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2cdfc;
Background color
Panel with #b2cdfc background
background-color: #b2cdfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2cdfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 205, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 205, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2cdfc; background: linear-gradient(135deg, #b2cdfc, #C8B2FC);