#b8c3fd
a pale, electric blue · warm · closest name: lavender
RGB
184, 195, 253
HSL
230°, 95%, 86%
CMYK
27, 23, 0, 1
Luminance
0.5631
Every format
| HEX | #b8c3fd |
| RGB | rgb(184, 195, 253) |
| HSL | hsl(230, 95%, 86%) |
| CMYK | cmyk(27%, 23%, 0%, 1%) |
| LAB | lab(79.8 8.8 -29.8) |
| LCH | lch(79.8 31.0 286.4) |
| OKLCH | oklch(0.829 0.082 276.1) |
Copy-ready code
/* CSS */
color: #b8c3fd;
background-color: #b8c3fd;
/* Tailwind (arbitrary) */
class="text-[#b8c3fd] bg-[#b8c3fd]"
/* SCSS */
$brand: #b8c3fd;
/* SwiftUI */
Color(red: 0.722, green: 0.765, blue: 0.992)
/* Android */
Color.parseColor("#b8c3fd")Accessibility — WCAG contrast
Aa
#b8c3fd on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8c3fd on black: 12.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green76.5%
Blue99.2%
CMYK percentages
Cyan27.3%
Magenta22.9%
Yellow0.0%
Key (black)0.8%
Color previews
#b8c3fd text on a black background
contrast 12.26:1
Card sample
#b8c3fd text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8c3fd;
Background color
Panel with #b8c3fd background
background-color: #b8c3fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8c3fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 195, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 195, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8c3fd; background: linear-gradient(135deg, #b8c3fd, #DBB8FD);