#b5c2ff
a pale, electric blue · warm · closest name: lavender
RGB
181, 194, 255
HSL
230°, 100%, 86%
CMYK
29, 24, 0, 0
Luminance
0.5563
Every format
| HEX | #b5c2ff |
| RGB | rgb(181, 194, 255) |
| HSL | hsl(230, 100%, 86%) |
| CMYK | cmyk(29%, 24%, 0%, 0%) |
| LAB | lab(79.4 8.9 -31.4) |
| LCH | lch(79.4 32.7 285.9) |
| OKLCH | oklch(0.826 0.087 275.0) |
Copy-ready code
/* CSS */
color: #b5c2ff;
background-color: #b5c2ff;
/* Tailwind (arbitrary) */
class="text-[#b5c2ff] bg-[#b5c2ff]"
/* SCSS */
$brand: #b5c2ff;
/* SwiftUI */
Color(red: 0.710, green: 0.761, blue: 1.000)
/* Android */
Color.parseColor("#b5c2ff")Accessibility — WCAG contrast
Aa
#b5c2ff on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5c2ff on black: 12.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green76.1%
Blue100.0%
CMYK percentages
Cyan29.0%
Magenta23.9%
Yellow0.0%
Key (black)0.0%
Color previews
#b5c2ff text on a black background
contrast 12.13:1
Card sample
#b5c2ff text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5c2ff;
Background color
Panel with #b5c2ff background
background-color: #b5c2ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5c2ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 194, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 194, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5c2ff; background: linear-gradient(135deg, #b5c2ff, #D9B5FF);