#af81cd
a light, soft violet · warm · closest name: plum
RGB
175, 129, 205
HSL
276°, 43%, 66%
CMYK
15, 37, 0, 20
Luminance
0.2922
Every format
| HEX | #af81cd |
| RGB | rgb(175, 129, 205) |
| HSL | hsl(276, 43%, 66%) |
| CMYK | cmyk(15%, 37%, 0%, 20%) |
| LAB | lab(61.0 31.8 -32.6) |
| LCH | lch(61.0 45.5 314.3) |
| OKLCH | oklch(0.676 0.119 311.2) |
Copy-ready code
/* CSS */
color: #af81cd;
background-color: #af81cd;
/* Tailwind (arbitrary) */
class="text-[#af81cd] bg-[#af81cd]"
/* SCSS */
$brand: #af81cd;
/* SwiftUI */
Color(red: 0.686, green: 0.506, blue: 0.804)
/* Android */
Color.parseColor("#af81cd")Accessibility — WCAG contrast
Aa
#af81cd on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af81cd on black: 6.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green50.6%
Blue80.4%
CMYK percentages
Cyan14.6%
Magenta37.1%
Yellow0.0%
Key (black)19.6%
Color previews
#af81cd text on a black background
contrast 6.84:1
Card sample
#af81cd text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af81cd;
Background color
Panel with #af81cd background
background-color: #af81cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af81cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 129, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 129, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af81cd; background: linear-gradient(135deg, #af81cd, #CD81B8);