#af91d4
a light, soft violet · warm · closest name: plum
RGB
175, 145, 212
HSL
267°, 44%, 70%
CMYK
18, 32, 0, 17
Luminance
0.3412
Every format
| HEX | #af91d4 |
| RGB | rgb(175, 145, 212) |
| HSL | hsl(267, 44%, 70%) |
| CMYK | cmyk(18%, 32%, 0%, 17%) |
| LAB | lab(65.1 24.3 -30.2) |
| LCH | lch(65.1 38.8 308.9) |
| OKLCH | oklch(0.708 0.101 304.5) |
Copy-ready code
/* CSS */
color: #af91d4;
background-color: #af91d4;
/* Tailwind (arbitrary) */
class="text-[#af91d4] bg-[#af91d4]"
/* SCSS */
$brand: #af91d4;
/* SwiftUI */
Color(red: 0.686, green: 0.569, blue: 0.831)
/* Android */
Color.parseColor("#af91d4")Accessibility — WCAG contrast
Aa
#af91d4 on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af91d4 on black: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green56.9%
Blue83.1%
CMYK percentages
Cyan17.5%
Magenta31.6%
Yellow0.0%
Key (black)16.9%
Color previews
#af91d4 text on a black background
contrast 7.82:1
Card sample
#af91d4 text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af91d4;
Background color
Panel with #af91d4 background
background-color: #af91d4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af91d4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 145, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 145, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af91d4; background: linear-gradient(135deg, #af91d4, #D491CC);