#b69cf2
a light, electric violet · warm · closest name: plum
RGB
182, 156, 242
HSL
258°, 77%, 78%
CMYK
25, 36, 0, 5
Luminance
0.4013
Every format
| HEX | #b69cf2 |
| RGB | rgb(182, 156, 242) |
| HSL | hsl(258, 77%, 78%) |
| CMYK | cmyk(25%, 36%, 0%, 5%) |
| LAB | lab(69.6 27.1 -39.6) |
| LCH | lch(69.6 48.0 304.4) |
| OKLCH | oklch(0.748 0.124 297.2) |
Copy-ready code
/* CSS */
color: #b69cf2;
background-color: #b69cf2;
/* Tailwind (arbitrary) */
class="text-[#b69cf2] bg-[#b69cf2]"
/* SCSS */
$brand: #b69cf2;
/* SwiftUI */
Color(red: 0.714, green: 0.612, blue: 0.949)
/* Android */
Color.parseColor("#b69cf2")Accessibility — WCAG contrast
Aa
#b69cf2 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b69cf2 on black: 9.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green61.2%
Blue94.9%
CMYK percentages
Cyan24.8%
Magenta35.5%
Yellow0.0%
Key (black)5.1%
Color previews
#b69cf2 text on a black background
contrast 9.03:1
Card sample
#b69cf2 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b69cf2;
Background color
Panel with #b69cf2 background
background-color: #b69cf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b69cf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 156, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 156, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b69cf2; background: linear-gradient(135deg, #b69cf2, #EF9CF2);