#b8d5ea
a light, vivid blue · cool · closest name: lavender
RGB
184, 213, 234
HSL
205°, 54%, 82%
CMYK
21, 9, 0, 8
Luminance
0.6372
Every format
| HEX | #b8d5ea |
| RGB | rgb(184, 213, 234) |
| HSL | hsl(205, 54%, 82%) |
| CMYK | cmyk(21%, 9%, 0%, 8%) |
| LAB | lab(83.8 -5.2 -13.5) |
| LCH | lch(83.8 14.5 249.1) |
| OKLCH | oklch(0.858 0.043 239.5) |
Copy-ready code
/* CSS */
color: #b8d5ea;
background-color: #b8d5ea;
/* Tailwind (arbitrary) */
class="text-[#b8d5ea] bg-[#b8d5ea]"
/* SCSS */
$brand: #b8d5ea;
/* SwiftUI */
Color(red: 0.722, green: 0.835, blue: 0.918)
/* Android */
Color.parseColor("#b8d5ea")Accessibility — WCAG contrast
Aa
#b8d5ea on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8d5ea on black: 13.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green83.5%
Blue91.8%
CMYK percentages
Cyan21.4%
Magenta9.0%
Yellow0.0%
Key (black)8.2%
Color previews
#b8d5ea text on a black background
contrast 13.74:1
Card sample
#b8d5ea text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8d5ea;
Background color
Panel with #b8d5ea background
background-color: #b8d5ea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8d5ea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 213, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 213, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8d5ea; background: linear-gradient(135deg, #b8d5ea, #BCB8EA);