#b8ccff
a pale, electric blue · cool · closest name: lavender
RGB
184, 204, 255
HSL
223°, 100%, 86%
CMYK
28, 20, 0, 0
Luminance
0.6060
Every format
| HEX | #b8ccff |
| RGB | rgb(184, 204, 255) |
| HSL | hsl(223, 100%, 86%) |
| CMYK | cmyk(28%, 20%, 0%, 0%) |
| LAB | lab(82.2 4.4 -27.2) |
| LCH | lch(82.2 27.5 279.2) |
| OKLCH | oklch(0.848 0.075 268.1) |
Copy-ready code
/* CSS */
color: #b8ccff;
background-color: #b8ccff;
/* Tailwind (arbitrary) */
class="text-[#b8ccff] bg-[#b8ccff]"
/* SCSS */
$brand: #b8ccff;
/* SwiftUI */
Color(red: 0.722, green: 0.800, blue: 1.000)
/* Android */
Color.parseColor("#b8ccff")Accessibility — WCAG contrast
Aa
#b8ccff on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8ccff on black: 13.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green80.0%
Blue100.0%
CMYK percentages
Cyan27.8%
Magenta20.0%
Yellow0.0%
Key (black)0.0%
Color previews
#b8ccff text on a black background
contrast 13.12:1
Card sample
#b8ccff text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8ccff;
Background color
Panel with #b8ccff background
background-color: #b8ccff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8ccff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 204, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 204, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8ccff; background: linear-gradient(135deg, #b8ccff, #D3B8FF);