#af8cea
a light, vivid violet · warm · closest name: plum
RGB
175, 140, 234
HSL
262°, 69%, 73%
CMYK
25, 40, 0, 8
Luminance
0.3381
Every format
| HEX | #af8cea |
| RGB | rgb(175, 140, 234) |
| HSL | hsl(262, 69%, 73%) |
| CMYK | cmyk(25%, 40%, 0%, 8%) |
| LAB | lab(64.8 32.2 -42.7) |
| LCH | lch(64.8 53.5 307.0) |
| OKLCH | oklch(0.710 0.138 300.1) |
Copy-ready code
/* CSS */
color: #af8cea;
background-color: #af8cea;
/* Tailwind (arbitrary) */
class="text-[#af8cea] bg-[#af8cea]"
/* SCSS */
$brand: #af8cea;
/* SwiftUI */
Color(red: 0.686, green: 0.549, blue: 0.918)
/* Android */
Color.parseColor("#af8cea")Accessibility — WCAG contrast
Aa
#af8cea on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8cea on black: 7.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green54.9%
Blue91.8%
CMYK percentages
Cyan25.2%
Magenta40.2%
Yellow0.0%
Key (black)8.2%
Color previews
#af8cea text on a black background
contrast 7.76:1
Card sample
#af8cea text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8cea;
Background color
Panel with #af8cea background
background-color: #af8cea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8cea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 140, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 140, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8cea; background: linear-gradient(135deg, #af8cea, #EA8CE6);