#af9fcc
a light, soft violet · warm · closest name: plum
RGB
175, 159, 204
HSL
261°, 31%, 71%
CMYK
14, 22, 0, 20
Luminance
0.3827
Every format
| HEX | #af9fcc |
| RGB | rgb(175, 159, 204) |
| HSL | hsl(261, 31%, 71%) |
| CMYK | cmyk(14%, 22%, 0%, 20%) |
| LAB | lab(68.2 14.7 -20.9) |
| LCH | lch(68.2 25.5 305.2) |
| OKLCH | oklch(0.732 0.066 301.0) |
Copy-ready code
/* CSS */
color: #af9fcc;
background-color: #af9fcc;
/* Tailwind (arbitrary) */
class="text-[#af9fcc] bg-[#af9fcc]"
/* SCSS */
$brand: #af9fcc;
/* SwiftUI */
Color(red: 0.686, green: 0.624, blue: 0.800)
/* Android */
Color.parseColor("#af9fcc")Accessibility — WCAG contrast
Aa
#af9fcc on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9fcc on black: 8.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green62.4%
Blue80.0%
CMYK percentages
Cyan14.2%
Magenta22.1%
Yellow0.0%
Key (black)20.0%
Color previews
#af9fcc text on a black background
contrast 8.65:1
Card sample
#af9fcc text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9fcc;
Background color
Panel with #af9fcc background
background-color: #af9fcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9fcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 159, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 159, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9fcc; background: linear-gradient(135deg, #af9fcc, #CC9FCB);