#af7edf
a light, vivid violet · warm · closest name: orchid
RGB
175, 126, 223
HSL
270°, 60%, 68%
CMYK
22, 44, 0, 13
Luminance
0.2936
Every format
| HEX | #af7edf |
| RGB | rgb(175, 126, 223) |
| HSL | hsl(270, 60%, 68%) |
| CMYK | cmyk(22%, 44%, 0%, 13%) |
| LAB | lab(61.1 37.5 -42.5) |
| LCH | lch(61.1 56.6 311.4) |
| OKLCH | oklch(0.680 0.147 306.2) |
Copy-ready code
/* CSS */
color: #af7edf;
background-color: #af7edf;
/* Tailwind (arbitrary) */
class="text-[#af7edf] bg-[#af7edf]"
/* SCSS */
$brand: #af7edf;
/* SwiftUI */
Color(red: 0.686, green: 0.494, blue: 0.875)
/* Android */
Color.parseColor("#af7edf")Accessibility — WCAG contrast
Aa
#af7edf on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7edf on black: 6.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green49.4%
Blue87.5%
CMYK percentages
Cyan21.5%
Magenta43.5%
Yellow0.0%
Key (black)12.5%
Color previews
#af7edf text on a black background
contrast 6.87:1
Card sample
#af7edf text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7edf;
Background color
Panel with #af7edf background
background-color: #af7edf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7edf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 126, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 126, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7edf; background: linear-gradient(135deg, #af7edf, #DF7ECE);