#af8fcc
a light, soft violet · warm · closest name: plum
RGB
175, 143, 204
HSL
272°, 37%, 68%
CMYK
14, 30, 0, 20
Luminance
0.3312
Every format
| HEX | #af8fcc |
| RGB | rgb(175, 143, 204) |
| HSL | hsl(272, 37%, 68%) |
| CMYK | cmyk(14%, 30%, 0%, 20%) |
| LAB | lab(64.3 23.7 -26.9) |
| LCH | lch(64.3 35.9 311.3) |
| OKLCH | oklch(0.701 0.094 308.1) |
Copy-ready code
/* CSS */
color: #af8fcc;
background-color: #af8fcc;
/* Tailwind (arbitrary) */
class="text-[#af8fcc] bg-[#af8fcc]"
/* SCSS */
$brand: #af8fcc;
/* SwiftUI */
Color(red: 0.686, green: 0.561, blue: 0.800)
/* Android */
Color.parseColor("#af8fcc")Accessibility — WCAG contrast
Aa
#af8fcc on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8fcc on black: 7.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green56.1%
Blue80.0%
CMYK percentages
Cyan14.2%
Magenta29.9%
Yellow0.0%
Key (black)20.0%
Color previews
#af8fcc text on a black background
contrast 7.62:1
Card sample
#af8fcc text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8fcc;
Background color
Panel with #af8fcc background
background-color: #af8fcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8fcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 143, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 143, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8fcc; background: linear-gradient(135deg, #af8fcc, #CC8FC0);