#af5cd9
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 92, 217
HSL
280°, 62%, 61%
CMYK
19, 58, 0, 15
Luminance
0.2178
Every format
| HEX | #af5cd9 |
| RGB | rgb(175, 92, 217) |
| HSL | hsl(280, 62%, 61%) |
| CMYK | cmyk(19%, 58%, 0%, 15%) |
| LAB | lab(53.8 54.2 -50.7) |
| LCH | lch(53.8 74.2 316.9) |
| OKLCH | oklch(0.625 0.194 312.8) |
Copy-ready code
/* CSS */
color: #af5cd9;
background-color: #af5cd9;
/* Tailwind (arbitrary) */
class="text-[#af5cd9] bg-[#af5cd9]"
/* SCSS */
$brand: #af5cd9;
/* SwiftUI */
Color(red: 0.686, green: 0.361, blue: 0.851)
/* Android */
Color.parseColor("#af5cd9")Accessibility — WCAG contrast
Aa
#af5cd9 on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5cd9 on black: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green36.1%
Blue85.1%
CMYK percentages
Cyan19.4%
Magenta57.6%
Yellow0.0%
Key (black)14.9%
Color previews
#af5cd9 text on a black background
contrast 5.36:1
Card sample
#af5cd9 text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5cd9;
Background color
Panel with #af5cd9 background
background-color: #af5cd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5cd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 92, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 92, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5cd9; background: linear-gradient(135deg, #af5cd9, #D95CB0);