#af5fd8
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 95, 216
HSL
280°, 61%, 61%
CMYK
19, 56, 0, 15
Luminance
0.2226
Every format
| HEX | #af5fd8 |
| RGB | rgb(175, 95, 216) |
| HSL | hsl(280, 61%, 61%) |
| CMYK | cmyk(19%, 56%, 0%, 15%) |
| LAB | lab(54.3 52.5 -49.3) |
| LCH | lch(54.3 72.0 316.8) |
| OKLCH | oklch(0.628 0.188 312.8) |
Copy-ready code
/* CSS */
color: #af5fd8;
background-color: #af5fd8;
/* Tailwind (arbitrary) */
class="text-[#af5fd8] bg-[#af5fd8]"
/* SCSS */
$brand: #af5fd8;
/* SwiftUI */
Color(red: 0.686, green: 0.373, blue: 0.847)
/* Android */
Color.parseColor("#af5fd8")Accessibility — WCAG contrast
Aa
#af5fd8 on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5fd8 on black: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green37.3%
Blue84.7%
CMYK percentages
Cyan19.0%
Magenta56.0%
Yellow0.0%
Key (black)15.3%
Color previews
#af5fd8 text on a black background
contrast 5.45:1
Card sample
#af5fd8 text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5fd8;
Background color
Panel with #af5fd8 background
background-color: #af5fd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5fd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 95, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 95, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5fd8; background: linear-gradient(135deg, #af5fd8, #D85FB0);