#af4fd8
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 79, 216
HSL
282°, 64%, 58%
CMYK
19, 63, 0, 15
Luminance
0.1966
Every format
| HEX | #af4fd8 |
| RGB | rgb(175, 79, 216) |
| HSL | hsl(282, 64%, 58%) |
| CMYK | cmyk(19%, 63%, 0%, 15%) |
| LAB | lab(51.5 60.2 -53.8) |
| LCH | lch(51.5 80.7 318.2) |
| OKLCH | oklch(0.608 0.211 314.2) |
Copy-ready code
/* CSS */
color: #af4fd8;
background-color: #af4fd8;
/* Tailwind (arbitrary) */
class="text-[#af4fd8] bg-[#af4fd8]"
/* SCSS */
$brand: #af4fd8;
/* SwiftUI */
Color(red: 0.686, green: 0.310, blue: 0.847)
/* Android */
Color.parseColor("#af4fd8")Accessibility — WCAG contrast
Aa
#af4fd8 on white: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af4fd8 on black: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green31.0%
Blue84.7%
CMYK percentages
Cyan19.0%
Magenta63.4%
Yellow0.0%
Key (black)15.3%
Color previews
#af4fd8 text on a black background
contrast 4.93:1
Card sample
#af4fd8 text on a white background
contrast 4.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4fd8;
Background color
Panel with #af4fd8 background
background-color: #af4fd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4fd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 79, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 79, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4fd8; background: linear-gradient(135deg, #af4fd8, #D84FA6);