#af90df
a light, vivid violet · warm · closest name: plum
RGB
175, 144, 223
HSL
264°, 55%, 72%
CMYK
22, 35, 0, 13
Luminance
0.3439
Every format
| HEX | #af90df |
| RGB | rgb(175, 144, 223) |
| HSL | hsl(264, 55%, 72%) |
| CMYK | cmyk(22%, 35%, 0%, 13%) |
| LAB | lab(65.3 27.4 -35.9) |
| LCH | lch(65.3 45.2 307.3) |
| OKLCH | oklch(0.711 0.117 301.5) |
Copy-ready code
/* CSS */
color: #af90df;
background-color: #af90df;
/* Tailwind (arbitrary) */
class="text-[#af90df] bg-[#af90df]"
/* SCSS */
$brand: #af90df;
/* SwiftUI */
Color(red: 0.686, green: 0.565, blue: 0.875)
/* Android */
Color.parseColor("#af90df")Accessibility — WCAG contrast
Aa
#af90df on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af90df on black: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green56.5%
Blue87.5%
CMYK percentages
Cyan21.5%
Magenta35.4%
Yellow0.0%
Key (black)12.5%
Color previews
#af90df text on a black background
contrast 7.88:1
Card sample
#af90df text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af90df;
Background color
Panel with #af90df background
background-color: #af90df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af90df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 144, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 144, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af90df; background: linear-gradient(135deg, #af90df, #DF90DA);