#b7cdf8
a light, electric blue · cool · closest name: lavender
RGB
183, 205, 248
HSL
220°, 82%, 85%
CMYK
26, 17, 0, 3
Luminance
0.6051
Every format
| HEX | #b7cdf8 |
| RGB | rgb(183, 205, 248) |
| HSL | hsl(220, 82%, 85%) |
| CMYK | cmyk(26%, 17%, 0%, 3%) |
| LAB | lab(82.1 1.9 -23.5) |
| LCH | lch(82.1 23.6 274.7) |
| OKLCH | oklch(0.846 0.065 263.7) |
Copy-ready code
/* CSS */
color: #b7cdf8;
background-color: #b7cdf8;
/* Tailwind (arbitrary) */
class="text-[#b7cdf8] bg-[#b7cdf8]"
/* SCSS */
$brand: #b7cdf8;
/* SwiftUI */
Color(red: 0.718, green: 0.804, blue: 0.973)
/* Android */
Color.parseColor("#b7cdf8")Accessibility — WCAG contrast
Aa
#b7cdf8 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7cdf8 on black: 13.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green80.4%
Blue97.3%
CMYK percentages
Cyan26.2%
Magenta17.3%
Yellow0.0%
Key (black)2.7%
Color previews
#b7cdf8 text on a black background
contrast 13.10:1
Card sample
#b7cdf8 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7cdf8;
Background color
Panel with #b7cdf8 background
background-color: #b7cdf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7cdf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 205, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 205, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7cdf8; background: linear-gradient(135deg, #b7cdf8, #CCB7F8);