#af5da8
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 93, 168
HSL
305°, 34%, 53%
CMYK
0, 47, 4, 31
Luminance
0.1977
Every format
| HEX | #af5da8 |
| RGB | rgb(175, 93, 168) |
| HSL | hsl(305, 34%, 53%) |
| CMYK | cmyk(0%, 47%, 4%, 31%) |
| LAB | lab(51.6 44.0 -25.9) |
| LCH | lch(51.6 51.1 329.5) |
| OKLCH | oklch(0.601 0.143 330.4) |
Copy-ready code
/* CSS */
color: #af5da8;
background-color: #af5da8;
/* Tailwind (arbitrary) */
class="text-[#af5da8] bg-[#af5da8]"
/* SCSS */
$brand: #af5da8;
/* SwiftUI */
Color(red: 0.686, green: 0.365, blue: 0.659)
/* Android */
Color.parseColor("#af5da8")Accessibility — WCAG contrast
Aa
#af5da8 on white: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5da8 on black: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green36.5%
Blue65.9%
CMYK percentages
Cyan0.0%
Magenta46.9%
Yellow4.0%
Key (black)31.4%
Color previews
#af5da8 text on a black background
contrast 4.95:1
Card sample
#af5da8 text on a white background
contrast 4.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5da8;
Background color
Panel with #af5da8 background
background-color: #af5da8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5da8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 93, 168, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 93, 168, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5da8; background: linear-gradient(135deg, #af5da8, #AF5D71);