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