#b8c9f3
a light, vivid blue · cool · closest name: lavender
RGB
184, 201, 243
HSL
223°, 71%, 84%
CMYK
24, 17, 0, 5
Luminance
0.5843
Every format
| HEX | #b8c9f3 |
| RGB | rgb(184, 201, 243) |
| HSL | hsl(223, 71%, 84%) |
| CMYK | cmyk(24%, 17%, 0%, 5%) |
| LAB | lab(81.0 3.2 -22.6) |
| LCH | lch(81.0 22.8 278.1) |
| OKLCH | oklch(0.837 0.062 267.8) |
Copy-ready code
/* CSS */
color: #b8c9f3;
background-color: #b8c9f3;
/* Tailwind (arbitrary) */
class="text-[#b8c9f3] bg-[#b8c9f3]"
/* SCSS */
$brand: #b8c9f3;
/* SwiftUI */
Color(red: 0.722, green: 0.788, blue: 0.953)
/* Android */
Color.parseColor("#b8c9f3")Accessibility — WCAG contrast
Aa
#b8c9f3 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8c9f3 on black: 12.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green78.8%
Blue95.3%
CMYK percentages
Cyan24.3%
Magenta17.3%
Yellow0.0%
Key (black)4.7%
Color previews
#b8c9f3 text on a black background
contrast 12.69:1
Card sample
#b8c9f3 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8c9f3;
Background color
Panel with #b8c9f3 background
background-color: #b8c9f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8c9f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 201, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 201, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8c9f3; background: linear-gradient(135deg, #b8c9f3, #CEB8F3);