#af4bc9
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 75, 201
HSL
288°, 54%, 54%
CMYK
13, 63, 0, 21
Luminance
0.1836
Every format
| HEX | #af4bc9 |
| RGB | rgb(175, 75, 201) |
| HSL | hsl(288, 54%, 54%) |
| CMYK | cmyk(13%, 63%, 0%, 21%) |
| LAB | lab(49.9 59.0 -47.7) |
| LCH | lch(49.9 75.8 321.1) |
| OKLCH | oklch(0.594 0.202 318.8) |
Copy-ready code
/* CSS */
color: #af4bc9;
background-color: #af4bc9;
/* Tailwind (arbitrary) */
class="text-[#af4bc9] bg-[#af4bc9]"
/* SCSS */
$brand: #af4bc9;
/* SwiftUI */
Color(red: 0.686, green: 0.294, blue: 0.788)
/* Android */
Color.parseColor("#af4bc9")Accessibility — WCAG contrast
Aa
#af4bc9 on white: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af4bc9 on black: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green29.4%
Blue78.8%
CMYK percentages
Cyan12.9%
Magenta62.7%
Yellow0.0%
Key (black)21.2%
Color previews
#af4bc9 text on a black background
contrast 4.67:1
Card sample
#af4bc9 text on a white background
contrast 4.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4bc9;
Background color
Panel with #af4bc9 background
background-color: #af4bc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4bc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 75, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 75, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4bc9; background: linear-gradient(135deg, #af4bc9, #C94B8F);