#af4ece
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 78, 206
HSL
286°, 57%, 56%
CMYK
15, 62, 0, 19
Luminance
0.1902
Every format
| HEX | #af4ece |
| RGB | rgb(175, 78, 206) |
| HSL | hsl(286, 57%, 56%) |
| CMYK | cmyk(15%, 62%, 0%, 19%) |
| LAB | lab(50.7 58.6 -49.3) |
| LCH | lch(50.7 76.6 319.9) |
| OKLCH | oklch(0.600 0.203 317.1) |
Copy-ready code
/* CSS */
color: #af4ece;
background-color: #af4ece;
/* Tailwind (arbitrary) */
class="text-[#af4ece] bg-[#af4ece]"
/* SCSS */
$brand: #af4ece;
/* SwiftUI */
Color(red: 0.686, green: 0.306, blue: 0.808)
/* Android */
Color.parseColor("#af4ece")Accessibility — WCAG contrast
Aa
#af4ece on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af4ece on black: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green30.6%
Blue80.8%
CMYK percentages
Cyan15.0%
Magenta62.1%
Yellow0.0%
Key (black)19.2%
Color previews
#af4ece text on a black background
contrast 4.80:1
Card sample
#af4ece text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4ece;
Background color
Panel with #af4ece background
background-color: #af4ece;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4ece;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 78, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 78, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4ece; background: linear-gradient(135deg, #af4ece, #CE4E98);