#b8cdfe
a pale, electric blue · cool · closest name: lavender
RGB
184, 205, 254
HSL
222°, 97%, 86%
CMYK
28, 19, 0, 0
Luminance
0.6101
Every format
| HEX | #b8cdfe |
| RGB | rgb(184, 205, 254) |
| HSL | hsl(222, 97%, 86%) |
| CMYK | cmyk(28%, 19%, 0%, 0%) |
| LAB | lab(82.4 3.6 -26.3) |
| LCH | lch(82.4 26.6 277.8) |
| OKLCH | oklch(0.849 0.072 266.7) |
Copy-ready code
/* CSS */
color: #b8cdfe;
background-color: #b8cdfe;
/* Tailwind (arbitrary) */
class="text-[#b8cdfe] bg-[#b8cdfe]"
/* SCSS */
$brand: #b8cdfe;
/* SwiftUI */
Color(red: 0.722, green: 0.804, blue: 0.996)
/* Android */
Color.parseColor("#b8cdfe")Accessibility — WCAG contrast
Aa
#b8cdfe on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8cdfe on black: 13.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green80.4%
Blue99.6%
CMYK percentages
Cyan27.6%
Magenta19.3%
Yellow0.0%
Key (black)0.4%
Color previews
#b8cdfe text on a black background
contrast 13.20:1
Card sample
#b8cdfe text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8cdfe;
Background color
Panel with #b8cdfe background
background-color: #b8cdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8cdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 205, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 205, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8cdfe; background: linear-gradient(135deg, #b8cdfe, #D2B8FE);