#af90eb
a light, vivid violet · warm · closest name: plum
RGB
175, 144, 235
HSL
260°, 70%, 74%
CMYK
26, 39, 0, 8
Luminance
0.3506
Every format
| HEX | #af90eb |
| RGB | rgb(175, 144, 235) |
| HSL | hsl(260, 70%, 74%) |
| CMYK | cmyk(26%, 39%, 0%, 8%) |
| LAB | lab(65.8 30.2 -41.8) |
| LCH | lch(65.8 51.5 305.9) |
| OKLCH | oklch(0.717 0.133 298.7) |
Copy-ready code
/* CSS */
color: #af90eb;
background-color: #af90eb;
/* Tailwind (arbitrary) */
class="text-[#af90eb] bg-[#af90eb]"
/* SCSS */
$brand: #af90eb;
/* SwiftUI */
Color(red: 0.686, green: 0.565, blue: 0.922)
/* Android */
Color.parseColor("#af90eb")Accessibility — WCAG contrast
Aa
#af90eb on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af90eb on black: 8.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green56.5%
Blue92.2%
CMYK percentages
Cyan25.5%
Magenta38.7%
Yellow0.0%
Key (black)7.8%
Color previews
#af90eb text on a black background
contrast 8.01:1
Card sample
#af90eb text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af90eb;
Background color
Panel with #af90eb background
background-color: #af90eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af90eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 144, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 144, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af90eb; background: linear-gradient(135deg, #af90eb, #EB90EA);