#af90da
a light, vivid violet · warm · closest name: plum
RGB
175, 144, 218
HSL
265°, 50%, 71%
CMYK
20, 34, 0, 15
Luminance
0.3412
Every format
| HEX | #af90da |
| RGB | rgb(175, 144, 218) |
| HSL | hsl(265, 50%, 71%) |
| CMYK | cmyk(20%, 34%, 0%, 15%) |
| LAB | lab(65.1 26.3 -33.5) |
| LCH | lch(65.1 42.5 308.1) |
| OKLCH | oklch(0.709 0.110 302.9) |
Copy-ready code
/* CSS */
color: #af90da;
background-color: #af90da;
/* Tailwind (arbitrary) */
class="text-[#af90da] bg-[#af90da]"
/* SCSS */
$brand: #af90da;
/* SwiftUI */
Color(red: 0.686, green: 0.565, blue: 0.855)
/* Android */
Color.parseColor("#af90da")Accessibility — WCAG contrast
Aa
#af90da on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af90da on black: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green56.5%
Blue85.5%
CMYK percentages
Cyan19.7%
Magenta33.9%
Yellow0.0%
Key (black)14.5%
Color previews
#af90da text on a black background
contrast 7.82:1
Card sample
#af90da text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af90da;
Background color
Panel with #af90da background
background-color: #af90da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af90da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 144, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 144, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af90da; background: linear-gradient(135deg, #af90da, #DA90D4);