#af6fc9
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 111, 201
HSL
283°, 46%, 61%
CMYK
13, 45, 0, 21
Luminance
0.2470
Every format
| HEX | #af6fc9 |
| RGB | rgb(175, 111, 201) |
| HSL | hsl(283, 46%, 61%) |
| CMYK | cmyk(13%, 45%, 0%, 21%) |
| LAB | lab(56.8 40.9 -36.9) |
| LCH | lch(56.8 55.0 318.0) |
| OKLCH | oklch(0.644 0.146 315.6) |
Copy-ready code
/* CSS */
color: #af6fc9;
background-color: #af6fc9;
/* Tailwind (arbitrary) */
class="text-[#af6fc9] bg-[#af6fc9]"
/* SCSS */
$brand: #af6fc9;
/* SwiftUI */
Color(red: 0.686, green: 0.435, blue: 0.788)
/* Android */
Color.parseColor("#af6fc9")Accessibility — WCAG contrast
Aa
#af6fc9 on white: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6fc9 on black: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green43.5%
Blue78.8%
CMYK percentages
Cyan12.9%
Magenta44.8%
Yellow0.0%
Key (black)21.2%
Color previews
#af6fc9 text on a black background
contrast 5.94:1
Card sample
#af6fc9 text on a white background
contrast 3.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6fc9;
Background color
Panel with #af6fc9 background
background-color: #af6fc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6fc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 111, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 111, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6fc9; background: linear-gradient(135deg, #af6fc9, #C96FA7);