#b5c0fd
a pale, electric blue · warm · closest name: plum
RGB
181, 192, 253
HSL
231°, 95%, 85%
CMYK
29, 24, 0, 1
Luminance
0.5461
Every format
| HEX | #b5c0fd |
| RGB | rgb(181, 192, 253) |
| HSL | hsl(231, 95%, 85%) |
| CMYK | cmyk(29%, 24%, 0%, 1%) |
| LAB | lab(78.8 9.5 -31.3) |
| LCH | lch(78.8 32.7 287.0) |
| OKLCH | oklch(0.821 0.087 276.4) |
Copy-ready code
/* CSS */
color: #b5c0fd;
background-color: #b5c0fd;
/* Tailwind (arbitrary) */
class="text-[#b5c0fd] bg-[#b5c0fd]"
/* SCSS */
$brand: #b5c0fd;
/* SwiftUI */
Color(red: 0.710, green: 0.753, blue: 0.992)
/* Android */
Color.parseColor("#b5c0fd")Accessibility — WCAG contrast
Aa
#b5c0fd on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5c0fd on black: 11.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green75.3%
Blue99.2%
CMYK percentages
Cyan28.5%
Magenta24.1%
Yellow0.0%
Key (black)0.8%
Color previews
#b5c0fd text on a black background
contrast 11.92:1
Card sample
#b5c0fd text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5c0fd;
Background color
Panel with #b5c0fd background
background-color: #b5c0fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5c0fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 192, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 192, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5c0fd; background: linear-gradient(135deg, #b5c0fd, #DAB5FD);