#b8c6ea
a light, vivid blue · cool · closest name: lavender
RGB
184, 198, 234
HSL
223°, 54%, 82%
CMYK
21, 15, 0, 8
Luminance
0.5652
Every format
| HEX | #b8c6ea |
| RGB | rgb(184, 198, 234) |
| HSL | hsl(223, 54%, 82%) |
| CMYK | cmyk(21%, 15%, 0%, 8%) |
| LAB | lab(79.9 2.8 -19.4) |
| LCH | lch(79.9 19.6 278.2) |
| OKLCH | oklch(0.828 0.053 268.5) |
Copy-ready code
/* CSS */
color: #b8c6ea;
background-color: #b8c6ea;
/* Tailwind (arbitrary) */
class="text-[#b8c6ea] bg-[#b8c6ea]"
/* SCSS */
$brand: #b8c6ea;
/* SwiftUI */
Color(red: 0.722, green: 0.776, blue: 0.918)
/* Android */
Color.parseColor("#b8c6ea")Accessibility — WCAG contrast
Aa
#b8c6ea on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8c6ea on black: 12.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green77.6%
Blue91.8%
CMYK percentages
Cyan21.4%
Magenta15.4%
Yellow0.0%
Key (black)8.2%
Color previews
#b8c6ea text on a black background
contrast 12.30:1
Card sample
#b8c6ea text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8c6ea;
Background color
Panel with #b8c6ea background
background-color: #b8c6ea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8c6ea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 198, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 198, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8c6ea; background: linear-gradient(135deg, #b8c6ea, #CBB8EA);