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