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