#af90cf
a light, soft violet · warm · closest name: plum
RGB
175, 144, 207
HSL
270°, 40%, 69%
CMYK
16, 30, 0, 19
Luminance
0.3357
Every format
| HEX | #af90cf |
| RGB | rgb(175, 144, 207) |
| HSL | hsl(270, 40%, 69%) |
| CMYK | cmyk(16%, 30%, 0%, 19%) |
| LAB | lab(64.6 23.8 -28.1) |
| LCH | lch(64.6 36.8 310.3) |
| OKLCH | oklch(0.704 0.096 306.6) |
Copy-ready code
/* CSS */
color: #af90cf;
background-color: #af90cf;
/* Tailwind (arbitrary) */
class="text-[#af90cf] bg-[#af90cf]"
/* SCSS */
$brand: #af90cf;
/* SwiftUI */
Color(red: 0.686, green: 0.565, blue: 0.812)
/* Android */
Color.parseColor("#af90cf")Accessibility — WCAG contrast
Aa
#af90cf on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af90cf on black: 7.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green56.5%
Blue81.2%
CMYK percentages
Cyan15.5%
Magenta30.4%
Yellow0.0%
Key (black)18.8%
Color previews
#af90cf text on a black background
contrast 7.71:1
Card sample
#af90cf text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af90cf;
Background color
Panel with #af90cf background
background-color: #af90cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af90cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 144, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 144, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af90cf; background: linear-gradient(135deg, #af90cf, #CF90C5);