#b5c2fd
a pale, electric blue · warm · closest name: lavender
RGB
181, 194, 253
HSL
229°, 95%, 85%
CMYK
29, 23, 0, 1
Luminance
0.5550
Every format
| HEX | #b5c2fd |
| RGB | rgb(181, 194, 253) |
| HSL | hsl(229, 95%, 85%) |
| CMYK | cmyk(29%, 23%, 0%, 1%) |
| LAB | lab(79.3 8.5 -30.5) |
| LCH | lch(79.3 31.6 285.5) |
| OKLCH | oklch(0.825 0.084 274.8) |
Copy-ready code
/* CSS */
color: #b5c2fd;
background-color: #b5c2fd;
/* Tailwind (arbitrary) */
class="text-[#b5c2fd] bg-[#b5c2fd]"
/* SCSS */
$brand: #b5c2fd;
/* SwiftUI */
Color(red: 0.710, green: 0.761, blue: 0.992)
/* Android */
Color.parseColor("#b5c2fd")Accessibility — WCAG contrast
Aa
#b5c2fd on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5c2fd on black: 12.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green76.1%
Blue99.2%
CMYK percentages
Cyan28.5%
Magenta23.3%
Yellow0.0%
Key (black)0.8%
Color previews
#b5c2fd text on a black background
contrast 12.10:1
Card sample
#b5c2fd text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5c2fd;
Background color
Panel with #b5c2fd background
background-color: #b5c2fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5c2fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 194, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 194, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5c2fd; background: linear-gradient(135deg, #b5c2fd, #D8B5FD);