#b8c2fa
a pale, electric blue · warm · closest name: lavender
RGB
184, 194, 250
HSL
231°, 87%, 85%
CMYK
26, 22, 0, 2
Luminance
0.5568
Every format
| HEX | #b8c2fa |
| RGB | rgb(184, 194, 250) |
| HSL | hsl(231, 87%, 85%) |
| CMYK | cmyk(26%, 22%, 0%, 2%) |
| LAB | lab(79.4 8.6 -28.7) |
| LCH | lch(79.4 30.0 286.7) |
| OKLCH | oklch(0.826 0.080 276.6) |
Copy-ready code
/* CSS */
color: #b8c2fa;
background-color: #b8c2fa;
/* Tailwind (arbitrary) */
class="text-[#b8c2fa] bg-[#b8c2fa]"
/* SCSS */
$brand: #b8c2fa;
/* SwiftUI */
Color(red: 0.722, green: 0.761, blue: 0.980)
/* Android */
Color.parseColor("#b8c2fa")Accessibility — WCAG contrast
Aa
#b8c2fa on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8c2fa on black: 12.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green76.1%
Blue98.0%
CMYK percentages
Cyan26.4%
Magenta22.4%
Yellow0.0%
Key (black)2.0%
Color previews
#b8c2fa text on a black background
contrast 12.14:1
Card sample
#b8c2fa text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8c2fa;
Background color
Panel with #b8c2fa background
background-color: #b8c2fa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8c2fa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 194, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 194, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8c2fa; background: linear-gradient(135deg, #b8c2fa, #DAB8FA);