#af90cd
a light, soft violet · warm · closest name: plum
RGB
175, 144, 205
HSL
271°, 38%, 68%
CMYK
15, 30, 0, 20
Luminance
0.3347
Every format
| HEX | #af90cd |
| RGB | rgb(175, 144, 205) |
| HSL | hsl(271, 38%, 68%) |
| CMYK | cmyk(15%, 30%, 0%, 20%) |
| LAB | lab(64.5 23.4 -27.1) |
| LCH | lch(64.5 35.7 310.8) |
| OKLCH | oklch(0.703 0.093 307.3) |
Copy-ready code
/* CSS */
color: #af90cd;
background-color: #af90cd;
/* Tailwind (arbitrary) */
class="text-[#af90cd] bg-[#af90cd]"
/* SCSS */
$brand: #af90cd;
/* SwiftUI */
Color(red: 0.686, green: 0.565, blue: 0.804)
/* Android */
Color.parseColor("#af90cd")Accessibility — WCAG contrast
Aa
#af90cd on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af90cd on black: 7.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green56.5%
Blue80.4%
CMYK percentages
Cyan14.6%
Magenta29.8%
Yellow0.0%
Key (black)19.6%
Color previews
#af90cd text on a black background
contrast 7.69:1
Card sample
#af90cd text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af90cd;
Background color
Panel with #af90cd background
background-color: #af90cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af90cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 144, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 144, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af90cd; background: linear-gradient(135deg, #af90cd, #CD90C2);