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