#af7ce0
a light, vivid violet · warm · closest name: orchid
RGB
175, 124, 224
HSL
271°, 62%, 68%
CMYK
22, 45, 0, 12
Luminance
0.2891
Every format
| HEX | #af7ce0 |
| RGB | rgb(175, 124, 224) |
| HSL | hsl(271, 62%, 68%) |
| CMYK | cmyk(22%, 45%, 0%, 12%) |
| LAB | lab(60.7 38.8 -43.6) |
| LCH | lch(60.7 58.4 311.6) |
| OKLCH | oklch(0.677 0.151 306.3) |
Copy-ready code
/* CSS */
color: #af7ce0;
background-color: #af7ce0;
/* Tailwind (arbitrary) */
class="text-[#af7ce0] bg-[#af7ce0]"
/* SCSS */
$brand: #af7ce0;
/* SwiftUI */
Color(red: 0.686, green: 0.486, blue: 0.878)
/* Android */
Color.parseColor("#af7ce0")Accessibility — WCAG contrast
Aa
#af7ce0 on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7ce0 on black: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green48.6%
Blue87.8%
CMYK percentages
Cyan21.9%
Magenta44.6%
Yellow0.0%
Key (black)12.2%
Color previews
#af7ce0 text on a black background
contrast 6.78:1
Card sample
#af7ce0 text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7ce0;
Background color
Panel with #af7ce0 background
background-color: #af7ce0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7ce0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 124, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 124, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7ce0; background: linear-gradient(135deg, #af7ce0, #E07CCE);