#b8cbf4
a light, vivid blue · cool · closest name: lavender
RGB
184, 203, 244
HSL
221°, 73%, 84%
CMYK
25, 17, 0, 4
Luminance
0.5943
Every format
| HEX | #b8cbf4 |
| RGB | rgb(184, 203, 244) |
| HSL | hsl(221, 73%, 84%) |
| CMYK | cmyk(25%, 17%, 0%, 4%) |
| LAB | lab(81.5 2.4 -22.3) |
| LCH | lch(81.5 22.4 276.1) |
| OKLCH | oklch(0.842 0.061 265.5) |
Copy-ready code
/* CSS */
color: #b8cbf4;
background-color: #b8cbf4;
/* Tailwind (arbitrary) */
class="text-[#b8cbf4] bg-[#b8cbf4]"
/* SCSS */
$brand: #b8cbf4;
/* SwiftUI */
Color(red: 0.722, green: 0.796, blue: 0.957)
/* Android */
Color.parseColor("#b8cbf4")Accessibility — WCAG contrast
Aa
#b8cbf4 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8cbf4 on black: 12.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green79.6%
Blue95.7%
CMYK percentages
Cyan24.6%
Magenta16.8%
Yellow0.0%
Key (black)4.3%
Color previews
#b8cbf4 text on a black background
contrast 12.89:1
Card sample
#b8cbf4 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8cbf4;
Background color
Panel with #b8cbf4 background
background-color: #b8cbf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8cbf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 203, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 203, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8cbf4; background: linear-gradient(135deg, #b8cbf4, #CDB8F4);