#b2cdf6
a light, electric blue · cool · closest name: skyblue
RGB
178, 205, 246
HSL
216°, 79%, 83%
CMYK
28, 17, 0, 4
Luminance
0.5978
Every format
| HEX | #b2cdf6 |
| RGB | rgb(178, 205, 246) |
| HSL | hsl(216, 79%, 83%) |
| CMYK | cmyk(28%, 17%, 0%, 4%) |
| LAB | lab(81.7 0.0 -23.1) |
| LCH | lch(81.7 23.1 270.0) |
| OKLCH | oklch(0.842 0.065 258.6) |
Copy-ready code
/* CSS */
color: #b2cdf6;
background-color: #b2cdf6;
/* Tailwind (arbitrary) */
class="text-[#b2cdf6] bg-[#b2cdf6]"
/* SCSS */
$brand: #b2cdf6;
/* SwiftUI */
Color(red: 0.698, green: 0.804, blue: 0.965)
/* Android */
Color.parseColor("#b2cdf6")Accessibility — WCAG contrast
Aa
#b2cdf6 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2cdf6 on black: 12.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green80.4%
Blue96.5%
CMYK percentages
Cyan27.6%
Magenta16.7%
Yellow0.0%
Key (black)3.5%
Color previews
#b2cdf6 text on a black background
contrast 12.96:1
Card sample
#b2cdf6 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2cdf6;
Background color
Panel with #b2cdf6 background
background-color: #b2cdf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2cdf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 205, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 205, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2cdf6; background: linear-gradient(135deg, #b2cdf6, #C4B2F6);