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