#b8cefd
a pale, electric blue · cool · closest name: lavender
RGB
184, 206, 253
HSL
221°, 95%, 86%
CMYK
27, 19, 0, 1
Luminance
0.6142
Every format
| HEX | #b8cefd |
| RGB | rgb(184, 206, 253) |
| HSL | hsl(221, 95%, 86%) |
| CMYK | cmyk(27%, 19%, 0%, 1%) |
| LAB | lab(82.6 2.9 -25.4) |
| LCH | lch(82.6 25.6 276.4) |
| OKLCH | oklch(0.851 0.070 265.3) |
Copy-ready code
/* CSS */
color: #b8cefd;
background-color: #b8cefd;
/* Tailwind (arbitrary) */
class="text-[#b8cefd] bg-[#b8cefd]"
/* SCSS */
$brand: #b8cefd;
/* SwiftUI */
Color(red: 0.722, green: 0.808, blue: 0.992)
/* Android */
Color.parseColor("#b8cefd")Accessibility — WCAG contrast
Aa
#b8cefd on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8cefd on black: 13.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green80.8%
Blue99.2%
CMYK percentages
Cyan27.3%
Magenta18.6%
Yellow0.0%
Key (black)0.8%
Color previews
#b8cefd text on a black background
contrast 13.28:1
Card sample
#b8cefd text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8cefd;
Background color
Panel with #b8cefd background
background-color: #b8cefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8cefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 206, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 206, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8cefd; background: linear-gradient(135deg, #b8cefd, #D0B8FD);