#b2aff7
a light, electric blue · warm · closest name: plum
RGB
178, 175, 247
HSL
243°, 82%, 83%
CMYK
28, 29, 0, 3
Luminance
0.4684
Every format
| HEX | #b2aff7 |
| RGB | rgb(178, 175, 247) |
| HSL | hsl(243, 82%, 83%) |
| CMYK | cmyk(28%, 29%, 0%, 3%) |
| LAB | lab(74.1 16.6 -35.4) |
| LCH | lch(74.1 39.1 295.1) |
| OKLCH | oklch(0.783 0.102 285.7) |
Copy-ready code
/* CSS */
color: #b2aff7;
background-color: #b2aff7;
/* Tailwind (arbitrary) */
class="text-[#b2aff7] bg-[#b2aff7]"
/* SCSS */
$brand: #b2aff7;
/* SwiftUI */
Color(red: 0.698, green: 0.686, blue: 0.969)
/* Android */
Color.parseColor("#b2aff7")Accessibility — WCAG contrast
Aa
#b2aff7 on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2aff7 on black: 10.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green68.6%
Blue96.9%
CMYK percentages
Cyan27.9%
Magenta29.1%
Yellow0.0%
Key (black)3.1%
Color previews
#b2aff7 text on a black background
contrast 10.37:1
Card sample
#b2aff7 text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2aff7;
Background color
Panel with #b2aff7 background
background-color: #b2aff7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2aff7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 175, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 175, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2aff7; background: linear-gradient(135deg, #b2aff7, #E2AFF7);