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