#b2cceb
a light, vivid blue · cool · closest name: skyblue
RGB
178, 204, 235
HSL
213°, 59%, 81%
CMYK
24, 13, 0, 8
Luminance
0.5865
Every format
| HEX | #b2cceb |
| RGB | rgb(178, 204, 235) |
| HSL | hsl(213, 59%, 81%) |
| CMYK | cmyk(24%, 13%, 0%, 8%) |
| LAB | lab(81.1 -2.0 -18.2) |
| LCH | lch(81.1 18.3 263.7) |
| OKLCH | oklch(0.836 0.052 253.0) |
Copy-ready code
/* CSS */
color: #b2cceb;
background-color: #b2cceb;
/* Tailwind (arbitrary) */
class="text-[#b2cceb] bg-[#b2cceb]"
/* SCSS */
$brand: #b2cceb;
/* SwiftUI */
Color(red: 0.698, green: 0.800, blue: 0.922)
/* Android */
Color.parseColor("#b2cceb")Accessibility — WCAG contrast
Aa
#b2cceb on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2cceb on black: 12.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green80.0%
Blue92.2%
CMYK percentages
Cyan24.3%
Magenta13.2%
Yellow0.0%
Key (black)7.8%
Color previews
#b2cceb text on a black background
contrast 12.73:1
Card sample
#b2cceb text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2cceb;
Background color
Panel with #b2cceb background
background-color: #b2cceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2cceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 204, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 204, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2cceb; background: linear-gradient(135deg, #b2cceb, #BEB2EB);