#af69cd
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 105, 205
HSL
282°, 50%, 61%
CMYK
15, 49, 0, 20
Luminance
0.2362
Every format
| HEX | #af69cd |
| RGB | rgb(175, 105, 205) |
| HSL | hsl(282, 50%, 61%) |
| CMYK | cmyk(15%, 49%, 0%, 20%) |
| LAB | lab(55.7 45.0 -40.8) |
| LCH | lch(55.7 60.7 317.8) |
| OKLCH | oklch(0.637 0.160 315.0) |
Copy-ready code
/* CSS */
color: #af69cd;
background-color: #af69cd;
/* Tailwind (arbitrary) */
class="text-[#af69cd] bg-[#af69cd]"
/* SCSS */
$brand: #af69cd;
/* SwiftUI */
Color(red: 0.686, green: 0.412, blue: 0.804)
/* Android */
Color.parseColor("#af69cd")Accessibility — WCAG contrast
Aa
#af69cd on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af69cd on black: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green41.2%
Blue80.4%
CMYK percentages
Cyan14.6%
Magenta48.8%
Yellow0.0%
Key (black)19.6%
Color previews
#af69cd text on a black background
contrast 5.72:1
Card sample
#af69cd text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af69cd;
Background color
Panel with #af69cd background
background-color: #af69cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af69cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 105, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 105, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af69cd; background: linear-gradient(135deg, #af69cd, #CD69A8);