#b7c4fd
a pale, electric blue · warm · closest name: lavender
RGB
183, 196, 253
HSL
229°, 95%, 86%
CMYK
28, 23, 0, 1
Luminance
0.5664
Every format
| HEX | #b7c4fd |
| RGB | rgb(183, 196, 253) |
| HSL | hsl(229, 95%, 86%) |
| CMYK | cmyk(28%, 23%, 0%, 1%) |
| LAB | lab(80.0 7.9 -29.5) |
| LCH | lch(80.0 30.5 285.1) |
| OKLCH | oklch(0.830 0.082 274.5) |
Copy-ready code
/* CSS */
color: #b7c4fd;
background-color: #b7c4fd;
/* Tailwind (arbitrary) */
class="text-[#b7c4fd] bg-[#b7c4fd]"
/* SCSS */
$brand: #b7c4fd;
/* SwiftUI */
Color(red: 0.718, green: 0.769, blue: 0.992)
/* Android */
Color.parseColor("#b7c4fd")Accessibility — WCAG contrast
Aa
#b7c4fd on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7c4fd on black: 12.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green76.9%
Blue99.2%
CMYK percentages
Cyan27.7%
Magenta22.5%
Yellow0.0%
Key (black)0.8%
Color previews
#b7c4fd text on a black background
contrast 12.33:1
Card sample
#b7c4fd text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7c4fd;
Background color
Panel with #b7c4fd background
background-color: #b7c4fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7c4fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 196, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 196, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7c4fd; background: linear-gradient(135deg, #b7c4fd, #D9B7FD);