#b8c4ff
a pale, electric blue · warm · closest name: lavender
RGB
184, 196, 255
HSL
230°, 100%, 86%
CMYK
28, 23, 0, 0
Luminance
0.5689
Every format
| HEX | #b8c4ff |
| RGB | rgb(184, 196, 255) |
| HSL | hsl(230, 100%, 86%) |
| CMYK | cmyk(28%, 23%, 0%, 0%) |
| LAB | lab(80.1 8.7 -30.3) |
| LCH | lch(80.1 31.6 286.0) |
| OKLCH | oklch(0.832 0.084 275.5) |
Copy-ready code
/* CSS */
color: #b8c4ff;
background-color: #b8c4ff;
/* Tailwind (arbitrary) */
class="text-[#b8c4ff] bg-[#b8c4ff]"
/* SCSS */
$brand: #b8c4ff;
/* SwiftUI */
Color(red: 0.722, green: 0.769, blue: 1.000)
/* Android */
Color.parseColor("#b8c4ff")Accessibility — WCAG contrast
Aa
#b8c4ff on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8c4ff on black: 12.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green76.9%
Blue100.0%
CMYK percentages
Cyan27.8%
Magenta23.1%
Yellow0.0%
Key (black)0.0%
Color previews
#b8c4ff text on a black background
contrast 12.38:1
Card sample
#b8c4ff text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8c4ff;
Background color
Panel with #b8c4ff background
background-color: #b8c4ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8c4ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 196, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 196, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8c4ff; background: linear-gradient(135deg, #b8c4ff, #DBB8FF);