#a697f3
a light, electric blue · warm · closest name: plum
RGB
166, 151, 243
HSL
250°, 79%, 77%
CMYK
32, 38, 0, 5
Luminance
0.3671
Every format
| HEX | #a697f3 |
| RGB | rgb(166, 151, 243) |
| HSL | hsl(250, 79%, 77%) |
| CMYK | cmyk(32%, 38%, 0%, 5%) |
| LAB | lab(67.1 25.7 -44.2) |
| LCH | lch(67.1 51.1 300.2) |
| OKLCH | oklch(0.726 0.132 290.2) |
Copy-ready code
/* CSS */
color: #a697f3;
background-color: #a697f3;
/* Tailwind (arbitrary) */
class="text-[#a697f3] bg-[#a697f3]"
/* SCSS */
$brand: #a697f3;
/* SwiftUI */
Color(red: 0.651, green: 0.592, blue: 0.953)
/* Android */
Color.parseColor("#a697f3")Accessibility — WCAG contrast
Aa
#a697f3 on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a697f3 on black: 8.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green59.2%
Blue95.3%
CMYK percentages
Cyan31.7%
Magenta37.9%
Yellow0.0%
Key (black)4.7%
Color previews
#a697f3 text on a black background
contrast 8.34:1
Card sample
#a697f3 text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a697f3;
Background color
Panel with #a697f3 background
background-color: #a697f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a697f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 151, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 151, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a697f3; background: linear-gradient(135deg, #a697f3, #E397F3);