#af8fcf
a light, soft violet · warm · closest name: plum
RGB
175, 143, 207
HSL
270°, 40%, 69%
CMYK
16, 31, 0, 19
Luminance
0.3326
Every format
| HEX | #af8fcf |
| RGB | rgb(175, 143, 207) |
| HSL | hsl(270, 40%, 69%) |
| CMYK | cmyk(16%, 31%, 0%, 19%) |
| LAB | lab(64.4 24.4 -28.4) |
| LCH | lch(64.4 37.4 310.6) |
| OKLCH | oklch(0.702 0.098 306.9) |
Copy-ready code
/* CSS */
color: #af8fcf;
background-color: #af8fcf;
/* Tailwind (arbitrary) */
class="text-[#af8fcf] bg-[#af8fcf]"
/* SCSS */
$brand: #af8fcf;
/* SwiftUI */
Color(red: 0.686, green: 0.561, blue: 0.812)
/* Android */
Color.parseColor("#af8fcf")Accessibility — WCAG contrast
Aa
#af8fcf on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8fcf on black: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green56.1%
Blue81.2%
CMYK percentages
Cyan15.5%
Magenta30.9%
Yellow0.0%
Key (black)18.8%
Color previews
#af8fcf text on a black background
contrast 7.65:1
Card sample
#af8fcf text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8fcf;
Background color
Panel with #af8fcf background
background-color: #af8fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 143, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 143, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8fcf; background: linear-gradient(135deg, #af8fcf, #CF8FC4);