#af5fd6
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 95, 214
HSL
280°, 59%, 61%
CMYK
18, 56, 0, 16
Luminance
0.2215
Every format
| HEX | #af5fd6 |
| RGB | rgb(175, 95, 214) |
| HSL | hsl(280, 59%, 61%) |
| CMYK | cmyk(18%, 56%, 0%, 16%) |
| LAB | lab(54.2 52.1 -48.3) |
| LCH | lch(54.2 71.0 317.1) |
| OKLCH | oklch(0.627 0.186 313.3) |
Copy-ready code
/* CSS */
color: #af5fd6;
background-color: #af5fd6;
/* Tailwind (arbitrary) */
class="text-[#af5fd6] bg-[#af5fd6]"
/* SCSS */
$brand: #af5fd6;
/* SwiftUI */
Color(red: 0.686, green: 0.373, blue: 0.839)
/* Android */
Color.parseColor("#af5fd6")Accessibility — WCAG contrast
Aa
#af5fd6 on white: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5fd6 on black: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green37.3%
Blue83.9%
CMYK percentages
Cyan18.2%
Magenta55.6%
Yellow0.0%
Key (black)16.1%
Color previews
#af5fd6 text on a black background
contrast 5.43:1
Card sample
#af5fd6 text on a white background
contrast 3.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5fd6;
Background color
Panel with #af5fd6 background
background-color: #af5fd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5fd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 95, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 95, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5fd6; background: linear-gradient(135deg, #af5fd6, #D65FAE);