#af5eb6
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 94, 182
HSL
295°, 38%, 54%
CMYK
4, 48, 0, 29
Luminance
0.2050
Every format
| HEX | #af5eb6 |
| RGB | rgb(175, 94, 182) |
| HSL | hsl(295, 38%, 54%) |
| CMYK | cmyk(4%, 48%, 0%, 29%) |
| LAB | lab(52.4 46.1 -32.8) |
| LCH | lch(52.4 56.6 324.6) |
| OKLCH | oklch(0.609 0.155 324.3) |
Copy-ready code
/* CSS */
color: #af5eb6;
background-color: #af5eb6;
/* Tailwind (arbitrary) */
class="text-[#af5eb6] bg-[#af5eb6]"
/* SCSS */
$brand: #af5eb6;
/* SwiftUI */
Color(red: 0.686, green: 0.369, blue: 0.714)
/* Android */
Color.parseColor("#af5eb6")Accessibility — WCAG contrast
Aa
#af5eb6 on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5eb6 on black: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green36.9%
Blue71.4%
CMYK percentages
Cyan3.8%
Magenta48.4%
Yellow0.0%
Key (black)28.6%
Color previews
#af5eb6 text on a black background
contrast 5.10:1
Card sample
#af5eb6 text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5eb6;
Background color
Panel with #af5eb6 background
background-color: #af5eb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5eb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 94, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 94, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5eb6; background: linear-gradient(135deg, #af5eb6, #B65E82);