#b8c5ee
a light, vivid blue · warm · closest name: lavender
RGB
184, 197, 238
HSL
226°, 61%, 83%
CMYK
23, 17, 0, 7
Luminance
0.5630
Every format
| HEX | #b8c5ee |
| RGB | rgb(184, 197, 238) |
| HSL | hsl(226, 61%, 83%) |
| CMYK | cmyk(23%, 17%, 0%, 7%) |
| LAB | lab(79.8 4.2 -21.7) |
| LCH | lch(79.8 22.1 281.0) |
| OKLCH | oklch(0.827 0.059 271.3) |
Copy-ready code
/* CSS */
color: #b8c5ee;
background-color: #b8c5ee;
/* Tailwind (arbitrary) */
class="text-[#b8c5ee] bg-[#b8c5ee]"
/* SCSS */
$brand: #b8c5ee;
/* SwiftUI */
Color(red: 0.722, green: 0.773, blue: 0.933)
/* Android */
Color.parseColor("#b8c5ee")Accessibility — WCAG contrast
Aa
#b8c5ee on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8c5ee on black: 12.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green77.3%
Blue93.3%
CMYK percentages
Cyan22.7%
Magenta17.2%
Yellow0.0%
Key (black)6.7%
Color previews
#b8c5ee text on a black background
contrast 12.26:1
Card sample
#b8c5ee text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8c5ee;
Background color
Panel with #b8c5ee background
background-color: #b8c5ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8c5ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 197, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 197, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8c5ee; background: linear-gradient(135deg, #b8c5ee, #CFB8EE);