#af72cf
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 114, 207
HSL
279°, 49%, 63%
CMYK
16, 45, 0, 19
Luminance
0.2565
Every format
| HEX | #af72cf |
| RGB | rgb(175, 114, 207) |
| HSL | hsl(279, 49%, 63%) |
| CMYK | cmyk(16%, 45%, 0%, 19%) |
| LAB | lab(57.7 40.5 -38.8) |
| LCH | lch(57.7 56.1 316.2) |
| OKLCH | oklch(0.652 0.148 313.1) |
Copy-ready code
/* CSS */
color: #af72cf;
background-color: #af72cf;
/* Tailwind (arbitrary) */
class="text-[#af72cf] bg-[#af72cf]"
/* SCSS */
$brand: #af72cf;
/* SwiftUI */
Color(red: 0.686, green: 0.447, blue: 0.812)
/* Android */
Color.parseColor("#af72cf")Accessibility — WCAG contrast
Aa
#af72cf on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af72cf on black: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green44.7%
Blue81.2%
CMYK percentages
Cyan15.5%
Magenta44.9%
Yellow0.0%
Key (black)18.8%
Color previews
#af72cf text on a black background
contrast 6.13:1
Card sample
#af72cf text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af72cf;
Background color
Panel with #af72cf background
background-color: #af72cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af72cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 114, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 114, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af72cf; background: linear-gradient(135deg, #af72cf, #CF72B1);