#af5edc
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 94, 220
HSL
279°, 64%, 62%
CMYK
21, 57, 0, 14
Luminance
0.2229
Every format
| HEX | #af5edc |
| RGB | rgb(175, 94, 220) |
| HSL | hsl(279, 64%, 62%) |
| CMYK | cmyk(21%, 57%, 0%, 14%) |
| LAB | lab(54.3 53.9 -51.5) |
| LCH | lch(54.3 74.5 316.3) |
| OKLCH | oklch(0.629 0.194 311.8) |
Copy-ready code
/* CSS */
color: #af5edc;
background-color: #af5edc;
/* Tailwind (arbitrary) */
class="text-[#af5edc] bg-[#af5edc]"
/* SCSS */
$brand: #af5edc;
/* SwiftUI */
Color(red: 0.686, green: 0.369, blue: 0.863)
/* Android */
Color.parseColor("#af5edc")Accessibility — WCAG contrast
Aa
#af5edc on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5edc on black: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green36.9%
Blue86.3%
CMYK percentages
Cyan20.5%
Magenta57.3%
Yellow0.0%
Key (black)13.7%
Color previews
#af5edc text on a black background
contrast 5.46:1
Card sample
#af5edc text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5edc;
Background color
Panel with #af5edc background
background-color: #af5edc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5edc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 94, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 94, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5edc; background: linear-gradient(135deg, #af5edc, #DC5EB5);