#b3aff8
a light, electric blue · warm · closest name: plum
RGB
179, 175, 248
HSL
243°, 84%, 83%
CMYK
28, 29, 0, 3
Luminance
0.4702
Every format
| HEX | #b3aff8 |
| RGB | rgb(179, 175, 248) |
| HSL | hsl(243, 84%, 83%) |
| CMYK | cmyk(28%, 29%, 0%, 3%) |
| LAB | lab(74.2 17.1 -35.7) |
| LCH | lch(74.2 39.6 295.6) |
| OKLCH | oklch(0.784 0.103 286.3) |
Copy-ready code
/* CSS */
color: #b3aff8;
background-color: #b3aff8;
/* Tailwind (arbitrary) */
class="text-[#b3aff8] bg-[#b3aff8]"
/* SCSS */
$brand: #b3aff8;
/* SwiftUI */
Color(red: 0.702, green: 0.686, blue: 0.973)
/* Android */
Color.parseColor("#b3aff8")Accessibility — WCAG contrast
Aa
#b3aff8 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3aff8 on black: 10.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green68.6%
Blue97.3%
CMYK percentages
Cyan27.8%
Magenta29.4%
Yellow0.0%
Key (black)2.7%
Color previews
#b3aff8 text on a black background
contrast 10.40:1
Card sample
#b3aff8 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3aff8;
Background color
Panel with #b3aff8 background
background-color: #b3aff8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3aff8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 175, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 175, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3aff8; background: linear-gradient(135deg, #b3aff8, #E4AFF8);