#b7cdf3
a light, vivid blue · cool · closest name: lavender
RGB
183, 205, 243
HSL
218°, 71%, 84%
CMYK
25, 16, 0, 5
Luminance
0.6020
Every format
| HEX | #b7cdf3 |
| RGB | rgb(183, 205, 243) |
| HSL | hsl(218, 71%, 84%) |
| CMYK | cmyk(25%, 16%, 0%, 5%) |
| LAB | lab(82.0 0.8 -21.1) |
| LCH | lch(82.0 21.1 272.1) |
| OKLCH | oklch(0.845 0.059 261.4) |
Copy-ready code
/* CSS */
color: #b7cdf3;
background-color: #b7cdf3;
/* Tailwind (arbitrary) */
class="text-[#b7cdf3] bg-[#b7cdf3]"
/* SCSS */
$brand: #b7cdf3;
/* SwiftUI */
Color(red: 0.718, green: 0.804, blue: 0.953)
/* Android */
Color.parseColor("#b7cdf3")Accessibility — WCAG contrast
Aa
#b7cdf3 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7cdf3 on black: 13.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green80.4%
Blue95.3%
CMYK percentages
Cyan24.7%
Magenta15.6%
Yellow0.0%
Key (black)4.7%
Color previews
#b7cdf3 text on a black background
contrast 13.04:1
Card sample
#b7cdf3 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7cdf3;
Background color
Panel with #b7cdf3 background
background-color: #b7cdf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7cdf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 205, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 205, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7cdf3; background: linear-gradient(135deg, #b7cdf3, #C9B7F3);