#b8c8ff
a pale, electric blue · warm · closest name: lavender
RGB
184, 200, 255
HSL
227°, 100%, 86%
CMYK
28, 22, 0, 0
Luminance
0.5872
Every format
| HEX | #b8c8ff |
| RGB | rgb(184, 200, 255) |
| HSL | hsl(227, 100%, 86%) |
| CMYK | cmyk(28%, 22%, 0%, 0%) |
| LAB | lab(81.1 6.5 -28.8) |
| LCH | lch(81.1 29.5 282.8) |
| OKLCH | oklch(0.840 0.079 272.0) |
Copy-ready code
/* CSS */
color: #b8c8ff;
background-color: #b8c8ff;
/* Tailwind (arbitrary) */
class="text-[#b8c8ff] bg-[#b8c8ff]"
/* SCSS */
$brand: #b8c8ff;
/* SwiftUI */
Color(red: 0.722, green: 0.784, blue: 1.000)
/* Android */
Color.parseColor("#b8c8ff")Accessibility — WCAG contrast
Aa
#b8c8ff on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8c8ff on black: 12.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green78.4%
Blue100.0%
CMYK percentages
Cyan27.8%
Magenta21.6%
Yellow0.0%
Key (black)0.0%
Color previews
#b8c8ff text on a black background
contrast 12.74:1
Card sample
#b8c8ff text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8c8ff;
Background color
Panel with #b8c8ff background
background-color: #b8c8ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8c8ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 200, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 200, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8c8ff; background: linear-gradient(135deg, #b8c8ff, #D7B8FF);