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