#b5c2df
a light, soft blue · cool · closest name: lavender
RGB
181, 194, 223
HSL
221°, 40%, 79%
CMYK
19, 13, 0, 13
Luminance
0.5374
Every format
| HEX | #b5c2df |
| RGB | rgb(181, 194, 223) |
| HSL | hsl(221, 40%, 79%) |
| CMYK | cmyk(19%, 13%, 0%, 13%) |
| LAB | lab(78.3 1.6 -15.9) |
| LCH | lch(78.3 16.0 275.6) |
| OKLCH | oklch(0.814 0.043 266.3) |
Copy-ready code
/* CSS */
color: #b5c2df;
background-color: #b5c2df;
/* Tailwind (arbitrary) */
class="text-[#b5c2df] bg-[#b5c2df]"
/* SCSS */
$brand: #b5c2df;
/* SwiftUI */
Color(red: 0.710, green: 0.761, blue: 0.875)
/* Android */
Color.parseColor("#b5c2df")Accessibility — WCAG contrast
Aa
#b5c2df on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5c2df on black: 11.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green76.1%
Blue87.5%
CMYK percentages
Cyan18.8%
Magenta13.0%
Yellow0.0%
Key (black)12.5%
Color previews
#b5c2df text on a black background
contrast 11.75:1
Card sample
#b5c2df text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5c2df;
Background color
Panel with #b5c2df background
background-color: #b5c2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5c2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 194, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 194, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5c2df; background: linear-gradient(135deg, #b5c2df, #C4B5DF);