#b8cceb
a light, vivid blue · cool · closest name: lavender
RGB
184, 204, 235
HSL
217°, 56%, 82%
CMYK
22, 13, 0, 8
Luminance
0.5937
Every format
| HEX | #b8cceb |
| RGB | rgb(184, 204, 235) |
| HSL | hsl(217, 56%, 82%) |
| CMYK | cmyk(22%, 13%, 0%, 8%) |
| LAB | lab(81.5 -0.2 -17.5) |
| LCH | lch(81.5 17.5 269.3) |
| OKLCH | oklch(0.840 0.049 259.1) |
Copy-ready code
/* CSS */
color: #b8cceb;
background-color: #b8cceb;
/* Tailwind (arbitrary) */
class="text-[#b8cceb] bg-[#b8cceb]"
/* SCSS */
$brand: #b8cceb;
/* SwiftUI */
Color(red: 0.722, green: 0.800, blue: 0.922)
/* Android */
Color.parseColor("#b8cceb")Accessibility — WCAG contrast
Aa
#b8cceb on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8cceb on black: 12.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green80.0%
Blue92.2%
CMYK percentages
Cyan21.7%
Magenta13.2%
Yellow0.0%
Key (black)7.8%
Color previews
#b8cceb text on a black background
contrast 12.87:1
Card sample
#b8cceb text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8cceb;
Background color
Panel with #b8cceb background
background-color: #b8cceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8cceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 204, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 204, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8cceb; background: linear-gradient(135deg, #b8cceb, #C6B8EB);