#b2cced
a light, vivid blue · cool · closest name: skyblue
RGB
178, 204, 237
HSL
214°, 62%, 81%
CMYK
25, 14, 0, 7
Luminance
0.5877
Every format
| HEX | #b2cced |
| RGB | rgb(178, 204, 237) |
| HSL | hsl(214, 62%, 81%) |
| CMYK | cmyk(25%, 14%, 0%, 7%) |
| LAB | lab(81.2 -1.6 -19.1) |
| LCH | lch(81.2 19.2 265.4) |
| OKLCH | oklch(0.837 0.054 254.5) |
Copy-ready code
/* CSS */
color: #b2cced;
background-color: #b2cced;
/* Tailwind (arbitrary) */
class="text-[#b2cced] bg-[#b2cced]"
/* SCSS */
$brand: #b2cced;
/* SwiftUI */
Color(red: 0.698, green: 0.800, blue: 0.929)
/* Android */
Color.parseColor("#b2cced")Accessibility — WCAG contrast
Aa
#b2cced on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2cced on black: 12.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green80.0%
Blue92.9%
CMYK percentages
Cyan24.9%
Magenta13.9%
Yellow0.0%
Key (black)7.1%
Color previews
#b2cced text on a black background
contrast 12.75:1
Card sample
#b2cced text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2cced;
Background color
Panel with #b2cced background
background-color: #b2cced;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2cced;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 204, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 204, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2cced; background: linear-gradient(135deg, #b2cced, #BFB2ED);