#af7eb9
a balanced, soft violet · warm · closest name: plum
RGB
175, 126, 185
HSL
290°, 30%, 61%
CMYK
5, 32, 0, 28
Luminance
0.2754
Every format
| HEX | #af7eb9 |
| RGB | rgb(175, 126, 185) |
| HSL | hsl(290, 30%, 61%) |
| CMYK | cmyk(5%, 32%, 0%, 28%) |
| LAB | lab(59.5 29.3 -23.6) |
| LCH | lch(59.5 37.6 321.1) |
| OKLCH | oklch(0.662 0.101 320.6) |
Copy-ready code
/* CSS */
color: #af7eb9;
background-color: #af7eb9;
/* Tailwind (arbitrary) */
class="text-[#af7eb9] bg-[#af7eb9]"
/* SCSS */
$brand: #af7eb9;
/* SwiftUI */
Color(red: 0.686, green: 0.494, blue: 0.725)
/* Android */
Color.parseColor("#af7eb9")Accessibility — WCAG contrast
Aa
#af7eb9 on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7eb9 on black: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green49.4%
Blue72.5%
CMYK percentages
Cyan5.4%
Magenta31.9%
Yellow0.0%
Key (black)27.5%
Color previews
#af7eb9 text on a black background
contrast 6.51:1
Card sample
#af7eb9 text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7eb9;
Background color
Panel with #af7eb9 background
background-color: #af7eb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7eb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 126, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 126, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7eb9; background: linear-gradient(135deg, #af7eb9, #B97E9C);