#af7fce
a light, soft violet · warm · closest name: plum
RGB
175, 127, 206
HSL
277°, 45%, 65%
CMYK
15, 38, 0, 19
Luminance
0.2875
Every format
| HEX | #af7fce |
| RGB | rgb(175, 127, 206) |
| HSL | hsl(277, 45%, 65%) |
| CMYK | cmyk(15%, 38%, 0%, 19%) |
| LAB | lab(60.6 33.1 -33.8) |
| LCH | lch(60.6 47.3 314.4) |
| OKLCH | oklch(0.673 0.124 311.3) |
Copy-ready code
/* CSS */
color: #af7fce;
background-color: #af7fce;
/* Tailwind (arbitrary) */
class="text-[#af7fce] bg-[#af7fce]"
/* SCSS */
$brand: #af7fce;
/* SwiftUI */
Color(red: 0.686, green: 0.498, blue: 0.808)
/* Android */
Color.parseColor("#af7fce")Accessibility — WCAG contrast
Aa
#af7fce on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7fce on black: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green49.8%
Blue80.8%
CMYK percentages
Cyan15.0%
Magenta38.3%
Yellow0.0%
Key (black)19.2%
Color previews
#af7fce text on a black background
contrast 6.75:1
Card sample
#af7fce text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7fce;
Background color
Panel with #af7fce background
background-color: #af7fce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7fce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 127, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 127, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7fce; background: linear-gradient(135deg, #af7fce, #CE7FB8);