#af4dbf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
175, 77, 191
HSL
292°, 47%, 53%
CMYK
8, 60, 0, 25
Luminance
0.1818
Every format
| HEX | #af4dbf |
| RGB | rgb(175, 77, 191) |
| HSL | hsl(292, 47%, 53%) |
| CMYK | cmyk(8%, 60%, 0%, 25%) |
| LAB | lab(49.7 56.2 -42.2) |
| LCH | lch(49.7 70.3 323.1) |
| OKLCH | oklch(0.590 0.190 321.8) |
Copy-ready code
/* CSS */
color: #af4dbf;
background-color: #af4dbf;
/* Tailwind (arbitrary) */
class="text-[#af4dbf] bg-[#af4dbf]"
/* SCSS */
$brand: #af4dbf;
/* SwiftUI */
Color(red: 0.686, green: 0.302, blue: 0.749)
/* Android */
Color.parseColor("#af4dbf")Accessibility — WCAG contrast
Aa
#af4dbf on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af4dbf on black: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green30.2%
Blue74.9%
CMYK percentages
Cyan8.4%
Magenta59.7%
Yellow0.0%
Key (black)25.1%
Color previews
#af4dbf text on a black background
contrast 4.64:1
Card sample
#af4dbf text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4dbf;
Background color
Panel with #af4dbf background
background-color: #af4dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 77, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 77, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4dbf; background: linear-gradient(135deg, #af4dbf, #BF4D83);