#b7cdfa
a light, electric blue · cool · closest name: lavender
RGB
183, 205, 250
HSL
220°, 87%, 85%
CMYK
27, 18, 0, 2
Luminance
0.6063
Every format
| HEX | #b7cdfa |
| RGB | rgb(183, 205, 250) |
| HSL | hsl(220, 87%, 85%) |
| CMYK | cmyk(27%, 18%, 0%, 2%) |
| LAB | lab(82.2 2.4 -24.5) |
| LCH | lch(82.2 24.6 275.6) |
| OKLCH | oklch(0.847 0.068 264.5) |
Copy-ready code
/* CSS */
color: #b7cdfa;
background-color: #b7cdfa;
/* Tailwind (arbitrary) */
class="text-[#b7cdfa] bg-[#b7cdfa]"
/* SCSS */
$brand: #b7cdfa;
/* SwiftUI */
Color(red: 0.718, green: 0.804, blue: 0.980)
/* Android */
Color.parseColor("#b7cdfa")Accessibility — WCAG contrast
Aa
#b7cdfa on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7cdfa on black: 13.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green80.4%
Blue98.0%
CMYK percentages
Cyan26.8%
Magenta18.0%
Yellow0.0%
Key (black)2.0%
Color previews
#b7cdfa text on a black background
contrast 13.13:1
Card sample
#b7cdfa text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7cdfa;
Background color
Panel with #b7cdfa background
background-color: #b7cdfa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7cdfa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 205, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 205, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7cdfa; background: linear-gradient(135deg, #b7cdfa, #CEB7FA);