#af90cb
a light, soft violet · warm · closest name: plum
RGB
175, 144, 203
HSL
272°, 36%, 68%
CMYK
14, 29, 0, 20
Luminance
0.3337
Every format
| HEX | #af90cb |
| RGB | rgb(175, 144, 203) |
| HSL | hsl(272, 36%, 68%) |
| CMYK | cmyk(14%, 29%, 0%, 20%) |
| LAB | lab(64.5 22.9 -26.1) |
| LCH | lch(64.5 34.7 311.3) |
| OKLCH | oklch(0.703 0.091 308.1) |
Copy-ready code
/* CSS */
color: #af90cb;
background-color: #af90cb;
/* Tailwind (arbitrary) */
class="text-[#af90cb] bg-[#af90cb]"
/* SCSS */
$brand: #af90cb;
/* SwiftUI */
Color(red: 0.686, green: 0.565, blue: 0.796)
/* Android */
Color.parseColor("#af90cb")Accessibility — WCAG contrast
Aa
#af90cb on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af90cb on black: 7.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green56.5%
Blue79.6%
CMYK percentages
Cyan13.8%
Magenta29.1%
Yellow0.0%
Key (black)20.4%
Color previews
#af90cb text on a black background
contrast 7.67:1
Card sample
#af90cb text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af90cb;
Background color
Panel with #af90cb background
background-color: #af90cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af90cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 144, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 144, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af90cb; background: linear-gradient(135deg, #af90cb, #CB90C0);