#b8cdf7
a light, electric blue · cool · closest name: lavender
RGB
184, 205, 247
HSL
220°, 80%, 85%
CMYK
26, 17, 0, 3
Luminance
0.6057
Every format
| HEX | #b8cdf7 |
| RGB | rgb(184, 205, 247) |
| HSL | hsl(220, 80%, 85%) |
| CMYK | cmyk(26%, 17%, 0%, 3%) |
| LAB | lab(82.2 2.0 -23.0) |
| LCH | lch(82.2 23.1 275.0) |
| OKLCH | oklch(0.847 0.063 264.2) |
Copy-ready code
/* CSS */
color: #b8cdf7;
background-color: #b8cdf7;
/* Tailwind (arbitrary) */
class="text-[#b8cdf7] bg-[#b8cdf7]"
/* SCSS */
$brand: #b8cdf7;
/* SwiftUI */
Color(red: 0.722, green: 0.804, blue: 0.969)
/* Android */
Color.parseColor("#b8cdf7")Accessibility — WCAG contrast
Aa
#b8cdf7 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8cdf7 on black: 13.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green80.4%
Blue96.9%
CMYK percentages
Cyan25.5%
Magenta17.0%
Yellow0.0%
Key (black)3.1%
Color previews
#b8cdf7 text on a black background
contrast 13.11:1
Card sample
#b8cdf7 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8cdf7;
Background color
Panel with #b8cdf7 background
background-color: #b8cdf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8cdf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 205, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 205, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8cdf7; background: linear-gradient(135deg, #b8cdf7, #CDB8F7);