#af67ce
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 103, 206
HSL
282°, 51%, 61%
CMYK
15, 50, 0, 19
Luminance
0.2327
Every format
| HEX | #af67ce |
| RGB | rgb(175, 103, 206) |
| HSL | hsl(282, 51%, 61%) |
| CMYK | cmyk(15%, 50%, 0%, 19%) |
| LAB | lab(55.4 46.2 -41.9) |
| LCH | lch(55.4 62.4 317.8) |
| OKLCH | oklch(0.634 0.165 314.9) |
Copy-ready code
/* CSS */
color: #af67ce;
background-color: #af67ce;
/* Tailwind (arbitrary) */
class="text-[#af67ce] bg-[#af67ce]"
/* SCSS */
$brand: #af67ce;
/* SwiftUI */
Color(red: 0.686, green: 0.404, blue: 0.808)
/* Android */
Color.parseColor("#af67ce")Accessibility — WCAG contrast
Aa
#af67ce on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af67ce on black: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green40.4%
Blue80.8%
CMYK percentages
Cyan15.0%
Magenta50.0%
Yellow0.0%
Key (black)19.2%
Color previews
#af67ce text on a black background
contrast 5.65:1
Card sample
#af67ce text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af67ce;
Background color
Panel with #af67ce background
background-color: #af67ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af67ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 103, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 103, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af67ce; background: linear-gradient(135deg, #af67ce, #CE67A8);