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