#af79cd
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 121, 205
HSL
279°, 46%, 64%
CMYK
15, 41, 0, 20
Luminance
0.2720
Every format
| HEX | #af79cd |
| RGB | rgb(175, 121, 205) |
| HSL | hsl(279, 46%, 64%) |
| CMYK | cmyk(15%, 41%, 0%, 20%) |
| LAB | lab(59.2 36.3 -35.4) |
| LCH | lch(59.2 50.7 315.7) |
| OKLCH | oklch(0.663 0.133 312.7) |
Copy-ready code
/* CSS */
color: #af79cd;
background-color: #af79cd;
/* Tailwind (arbitrary) */
class="text-[#af79cd] bg-[#af79cd]"
/* SCSS */
$brand: #af79cd;
/* SwiftUI */
Color(red: 0.686, green: 0.475, blue: 0.804)
/* Android */
Color.parseColor("#af79cd")Accessibility — WCAG contrast
Aa
#af79cd on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af79cd on black: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green47.5%
Blue80.4%
CMYK percentages
Cyan14.6%
Magenta41.0%
Yellow0.0%
Key (black)19.6%
Color previews
#af79cd text on a black background
contrast 6.44:1
Card sample
#af79cd text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af79cd;
Background color
Panel with #af79cd background
background-color: #af79cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af79cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 121, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 121, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af79cd; background: linear-gradient(135deg, #af79cd, #CD79B3);