#b8cdfc
a pale, electric blue · cool · closest name: lavender
RGB
184, 205, 252
HSL
222°, 92%, 86%
CMYK
27, 19, 0, 1
Luminance
0.6088
Every format
| HEX | #b8cdfc |
| RGB | rgb(184, 205, 252) |
| HSL | hsl(222, 92%, 86%) |
| CMYK | cmyk(27%, 19%, 0%, 1%) |
| LAB | lab(82.3 3.1 -25.4) |
| LCH | lch(82.3 25.6 277.1) |
| OKLCH | oklch(0.849 0.070 266.1) |
Copy-ready code
/* CSS */
color: #b8cdfc;
background-color: #b8cdfc;
/* Tailwind (arbitrary) */
class="text-[#b8cdfc] bg-[#b8cdfc]"
/* SCSS */
$brand: #b8cdfc;
/* SwiftUI */
Color(red: 0.722, green: 0.804, blue: 0.988)
/* Android */
Color.parseColor("#b8cdfc")Accessibility — WCAG contrast
Aa
#b8cdfc on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8cdfc on black: 13.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green80.4%
Blue98.8%
CMYK percentages
Cyan27.0%
Magenta18.7%
Yellow0.0%
Key (black)1.2%
Color previews
#b8cdfc text on a black background
contrast 13.18:1
Card sample
#b8cdfc text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8cdfc;
Background color
Panel with #b8cdfc background
background-color: #b8cdfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8cdfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 205, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 205, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8cdfc; background: linear-gradient(135deg, #b8cdfc, #D0B8FC);