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