#b4cceb
a light, vivid blue · cool · closest name: skyblue
RGB
180, 204, 235
HSL
214°, 58%, 81%
CMYK
23, 13, 0, 8
Luminance
0.5889
Every format
| HEX | #b4cceb |
| RGB | rgb(180, 204, 235) |
| HSL | hsl(214, 58%, 81%) |
| CMYK | cmyk(23%, 13%, 0%, 8%) |
| LAB | lab(81.2 -1.4 -18.0) |
| LCH | lch(81.2 18.0 265.5) |
| OKLCH | oklch(0.838 0.051 254.9) |
Copy-ready code
/* CSS */
color: #b4cceb;
background-color: #b4cceb;
/* Tailwind (arbitrary) */
class="text-[#b4cceb] bg-[#b4cceb]"
/* SCSS */
$brand: #b4cceb;
/* SwiftUI */
Color(red: 0.706, green: 0.800, blue: 0.922)
/* Android */
Color.parseColor("#b4cceb")Accessibility — WCAG contrast
Aa
#b4cceb on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4cceb on black: 12.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green80.0%
Blue92.2%
CMYK percentages
Cyan23.4%
Magenta13.2%
Yellow0.0%
Key (black)7.8%
Color previews
#b4cceb text on a black background
contrast 12.78:1
Card sample
#b4cceb text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4cceb;
Background color
Panel with #b4cceb background
background-color: #b4cceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4cceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 204, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 204, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4cceb; background: linear-gradient(135deg, #b4cceb, #C1B4EB);