#b8c7df
a light, soft blue · cool · closest name: lavender
RGB
184, 199, 223
HSL
217°, 38%, 80%
CMYK
18, 11, 0, 13
Luminance
0.5636
Every format
| HEX | #b8c7df |
| RGB | rgb(184, 199, 223) |
| HSL | hsl(217, 38%, 80%) |
| CMYK | cmyk(18%, 11%, 0%, 13%) |
| LAB | lab(79.8 -0.2 -13.6) |
| LCH | lch(79.8 13.6 269.3) |
| OKLCH | oklch(0.826 0.038 259.8) |
Copy-ready code
/* CSS */
color: #b8c7df;
background-color: #b8c7df;
/* Tailwind (arbitrary) */
class="text-[#b8c7df] bg-[#b8c7df]"
/* SCSS */
$brand: #b8c7df;
/* SwiftUI */
Color(red: 0.722, green: 0.780, blue: 0.875)
/* Android */
Color.parseColor("#b8c7df")Accessibility — WCAG contrast
Aa
#b8c7df on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8c7df on black: 12.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green78.0%
Blue87.5%
CMYK percentages
Cyan17.5%
Magenta10.8%
Yellow0.0%
Key (black)12.5%
Color previews
#b8c7df text on a black background
contrast 12.27:1
Card sample
#b8c7df text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8c7df;
Background color
Panel with #b8c7df background
background-color: #b8c7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8c7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 199, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 199, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8c7df; background: linear-gradient(135deg, #b8c7df, #C3B8DF);