#af867c
a balanced, soft red · warm · closest name: gray
RGB
175, 134, 124
HSL
12°, 24%, 59%
CMYK
0, 23, 29, 31
Luminance
0.2762
Every format
| HEX | #af867c |
| RGB | rgb(175, 134, 124) |
| HSL | hsl(12, 24%, 59%) |
| CMYK | cmyk(0%, 23%, 29%, 31%) |
| LAB | lab(59.5 14.2 11.4) |
| LCH | lch(59.5 18.2 38.8) |
| OKLCH | oklch(0.657 0.053 34.1) |
Copy-ready code
/* CSS */
color: #af867c;
background-color: #af867c;
/* Tailwind (arbitrary) */
class="text-[#af867c] bg-[#af867c]"
/* SCSS */
$brand: #af867c;
/* SwiftUI */
Color(red: 0.686, green: 0.525, blue: 0.486)
/* Android */
Color.parseColor("#af867c")Accessibility — WCAG contrast
Aa
#af867c on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af867c on black: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green52.5%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta23.4%
Yellow29.1%
Key (black)31.4%
Color previews
#af867c text on a black background
contrast 6.52:1
Card sample
#af867c text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af867c;
Background color
Panel with #af867c background
background-color: #af867c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af867c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 134, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 134, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af867c; background: linear-gradient(135deg, #af867c, #AFA87C);