#af7bc9
a balanced, soft violet · warm · closest name: plum
RGB
175, 123, 201
HSL
280°, 42%, 64%
CMYK
13, 39, 0, 21
Luminance
0.2750
Every format
| HEX | #af7bc9 |
| RGB | rgb(175, 123, 201) |
| HSL | hsl(280, 42%, 64%) |
| CMYK | cmyk(13%, 39%, 0%, 21%) |
| LAB | lab(59.4 34.3 -32.7) |
| LCH | lch(59.4 47.4 316.3) |
| OKLCH | oklch(0.664 0.125 313.9) |
Copy-ready code
/* CSS */
color: #af7bc9;
background-color: #af7bc9;
/* Tailwind (arbitrary) */
class="text-[#af7bc9] bg-[#af7bc9]"
/* SCSS */
$brand: #af7bc9;
/* SwiftUI */
Color(red: 0.686, green: 0.482, blue: 0.788)
/* Android */
Color.parseColor("#af7bc9")Accessibility — WCAG contrast
Aa
#af7bc9 on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7bc9 on black: 6.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green48.2%
Blue78.8%
CMYK percentages
Cyan12.9%
Magenta38.8%
Yellow0.0%
Key (black)21.2%
Color previews
#af7bc9 text on a black background
contrast 6.50:1
Card sample
#af7bc9 text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7bc9;
Background color
Panel with #af7bc9 background
background-color: #af7bc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7bc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 123, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 123, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7bc9; background: linear-gradient(135deg, #af7bc9, #C97BAF);