#af5fca
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 95, 202
HSL
285°, 50%, 58%
CMYK
13, 53, 0, 21
Luminance
0.2156
Every format
| HEX | #af5fca |
| RGB | rgb(175, 95, 202) |
| HSL | hsl(285, 50%, 58%) |
| CMYK | cmyk(13%, 53%, 0%, 21%) |
| LAB | lab(53.6 49.6 -42.5) |
| LCH | lch(53.6 65.3 319.4) |
| OKLCH | oklch(0.620 0.173 317.0) |
Copy-ready code
/* CSS */
color: #af5fca;
background-color: #af5fca;
/* Tailwind (arbitrary) */
class="text-[#af5fca] bg-[#af5fca]"
/* SCSS */
$brand: #af5fca;
/* SwiftUI */
Color(red: 0.686, green: 0.373, blue: 0.792)
/* Android */
Color.parseColor("#af5fca")Accessibility — WCAG contrast
Aa
#af5fca on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5fca on black: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green37.3%
Blue79.2%
CMYK percentages
Cyan13.4%
Magenta53.0%
Yellow0.0%
Key (black)20.8%
Color previews
#af5fca text on a black background
contrast 5.31:1
Card sample
#af5fca text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5fca;
Background color
Panel with #af5fca background
background-color: #af5fca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5fca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 95, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 95, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5fca; background: linear-gradient(135deg, #af5fca, #CA5F9E);