#b8c2fd
a pale, electric blue · warm · closest name: lavender
RGB
184, 194, 253
HSL
231°, 95%, 86%
CMYK
27, 23, 0, 1
Luminance
0.5587
Every format
| HEX | #b8c2fd |
| RGB | rgb(184, 194, 253) |
| HSL | hsl(231, 95%, 86%) |
| CMYK | cmyk(27%, 23%, 0%, 1%) |
| LAB | lab(79.5 9.3 -30.1) |
| LCH | lch(79.5 31.6 287.2) |
| OKLCH | oklch(0.827 0.084 276.9) |
Copy-ready code
/* CSS */
color: #b8c2fd;
background-color: #b8c2fd;
/* Tailwind (arbitrary) */
class="text-[#b8c2fd] bg-[#b8c2fd]"
/* SCSS */
$brand: #b8c2fd;
/* SwiftUI */
Color(red: 0.722, green: 0.761, blue: 0.992)
/* Android */
Color.parseColor("#b8c2fd")Accessibility — WCAG contrast
Aa
#b8c2fd on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8c2fd on black: 12.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green76.1%
Blue99.2%
CMYK percentages
Cyan27.3%
Magenta23.3%
Yellow0.0%
Key (black)0.8%
Color previews
#b8c2fd text on a black background
contrast 12.17:1
Card sample
#b8c2fd text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8c2fd;
Background color
Panel with #b8c2fd background
background-color: #b8c2fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8c2fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 194, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 194, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8c2fd; background: linear-gradient(135deg, #b8c2fd, #DCB8FD);