#b8cbfd
a pale, electric blue · cool · closest name: lavender
RGB
184, 203, 253
HSL
224°, 95%, 86%
CMYK
27, 20, 0, 1
Luminance
0.5999
Every format
| HEX | #b8cbfd |
| RGB | rgb(184, 203, 253) |
| HSL | hsl(224, 95%, 86%) |
| CMYK | cmyk(27%, 20%, 0%, 1%) |
| LAB | lab(81.8 4.5 -26.6) |
| LCH | lch(81.8 27.0 279.5) |
| OKLCH | oklch(0.845 0.073 268.6) |
Copy-ready code
/* CSS */
color: #b8cbfd;
background-color: #b8cbfd;
/* Tailwind (arbitrary) */
class="text-[#b8cbfd] bg-[#b8cbfd]"
/* SCSS */
$brand: #b8cbfd;
/* SwiftUI */
Color(red: 0.722, green: 0.796, blue: 0.992)
/* Android */
Color.parseColor("#b8cbfd")Accessibility — WCAG contrast
Aa
#b8cbfd on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8cbfd on black: 13.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green79.6%
Blue99.2%
CMYK percentages
Cyan27.3%
Magenta19.8%
Yellow0.0%
Key (black)0.8%
Color previews
#b8cbfd text on a black background
contrast 13.00:1
Card sample
#b8cbfd text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8cbfd;
Background color
Panel with #b8cbfd background
background-color: #b8cbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8cbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 203, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 203, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8cbfd; background: linear-gradient(135deg, #b8cbfd, #D3B8FD);