#af4ecd
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 78, 205
HSL
286°, 56%, 56%
CMYK
15, 62, 0, 20
Luminance
0.1897
Every format
| HEX | #af4ecd |
| RGB | rgb(175, 78, 205) |
| HSL | hsl(286, 56%, 56%) |
| CMYK | cmyk(15%, 62%, 0%, 20%) |
| LAB | lab(50.6 58.4 -48.8) |
| LCH | lch(50.6 76.1 320.1) |
| OKLCH | oklch(0.600 0.202 317.4) |
Copy-ready code
/* CSS */
color: #af4ecd;
background-color: #af4ecd;
/* Tailwind (arbitrary) */
class="text-[#af4ecd] bg-[#af4ecd]"
/* SCSS */
$brand: #af4ecd;
/* SwiftUI */
Color(red: 0.686, green: 0.306, blue: 0.804)
/* Android */
Color.parseColor("#af4ecd")Accessibility — WCAG contrast
Aa
#af4ecd on white: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af4ecd on black: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green30.6%
Blue80.4%
CMYK percentages
Cyan14.6%
Magenta62.0%
Yellow0.0%
Key (black)19.6%
Color previews
#af4ecd text on a black background
contrast 4.79:1
Card sample
#af4ecd text on a white background
contrast 4.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4ecd;
Background color
Panel with #af4ecd background
background-color: #af4ecd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4ecd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 78, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 78, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4ecd; background: linear-gradient(135deg, #af4ecd, #CD4E96);