#af5367
a balanced, soft red · warm · closest name: salmon
RGB
175, 83, 103
HSL
347°, 37%, 51%
CMYK
0, 53, 41, 31
Luminance
0.1628
Every format
| HEX | #af5367 |
| RGB | rgb(175, 83, 103) |
| HSL | hsl(347, 37%, 51%) |
| CMYK | cmyk(0%, 53%, 41%, 31%) |
| LAB | lab(47.3 39.5 6.5) |
| LCH | lch(47.3 40.1 9.3) |
| OKLCH | oklch(0.561 0.121 8.1) |
Copy-ready code
/* CSS */
color: #af5367;
background-color: #af5367;
/* Tailwind (arbitrary) */
class="text-[#af5367] bg-[#af5367]"
/* SCSS */
$brand: #af5367;
/* SwiftUI */
Color(red: 0.686, green: 0.325, blue: 0.404)
/* Android */
Color.parseColor("#af5367")Accessibility — WCAG contrast
Aa
#af5367 on white: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af5367 on black: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green32.5%
Blue40.4%
CMYK percentages
Cyan0.0%
Magenta52.6%
Yellow41.1%
Key (black)31.4%
Color previews
#af5367 text on a black background
contrast 4.26:1
Card sample
#af5367 text on a white background
contrast 4.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5367;
Background color
Panel with #af5367 background
background-color: #af5367;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5367;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 83, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 83, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5367; background: linear-gradient(135deg, #af5367, #AF7C53);