#af6ccc
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 108, 204
HSL
282°, 49%, 61%
CMYK
14, 47, 0, 20
Luminance
0.2420
Every format
| HEX | #af6ccc |
| RGB | rgb(175, 108, 204) |
| HSL | hsl(282, 49%, 61%) |
| CMYK | cmyk(14%, 47%, 0%, 20%) |
| LAB | lab(56.3 43.1 -39.3) |
| LCH | lch(56.3 58.4 317.6) |
| OKLCH | oklch(0.641 0.154 314.9) |
Copy-ready code
/* CSS */
color: #af6ccc;
background-color: #af6ccc;
/* Tailwind (arbitrary) */
class="text-[#af6ccc] bg-[#af6ccc]"
/* SCSS */
$brand: #af6ccc;
/* SwiftUI */
Color(red: 0.686, green: 0.424, blue: 0.800)
/* Android */
Color.parseColor("#af6ccc")Accessibility — WCAG contrast
Aa
#af6ccc on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6ccc on black: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green42.4%
Blue80.0%
CMYK percentages
Cyan14.2%
Magenta47.1%
Yellow0.0%
Key (black)20.0%
Color previews
#af6ccc text on a black background
contrast 5.84:1
Card sample
#af6ccc text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6ccc;
Background color
Panel with #af6ccc background
background-color: #af6ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 108, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 108, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6ccc; background: linear-gradient(135deg, #af6ccc, #CC6CA9);