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