#af79da
a light, vivid violet · warm · closest name: orchid
RGB
175, 121, 218
HSL
273°, 57%, 67%
CMYK
20, 45, 0, 15
Luminance
0.2785
Every format
| HEX | #af79da |
| RGB | rgb(175, 121, 218) |
| HSL | hsl(273, 57%, 67%) |
| CMYK | cmyk(20%, 45%, 0%, 15%) |
| LAB | lab(59.8 39.1 -41.8) |
| LCH | lch(59.8 57.2 313.1) |
| OKLCH | oklch(0.669 0.149 308.5) |
Copy-ready code
/* CSS */
color: #af79da;
background-color: #af79da;
/* Tailwind (arbitrary) */
class="text-[#af79da] bg-[#af79da]"
/* SCSS */
$brand: #af79da;
/* SwiftUI */
Color(red: 0.686, green: 0.475, blue: 0.855)
/* Android */
Color.parseColor("#af79da")Accessibility — WCAG contrast
Aa
#af79da on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af79da on black: 6.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green47.5%
Blue85.5%
CMYK percentages
Cyan19.7%
Magenta44.5%
Yellow0.0%
Key (black)14.5%
Color previews
#af79da text on a black background
contrast 6.57:1
Card sample
#af79da text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af79da;
Background color
Panel with #af79da background
background-color: #af79da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af79da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 121, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 121, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af79da; background: linear-gradient(135deg, #af79da, #DA79C4);