#af765b
a balanced, soft orange · warm · closest name: sienna
RGB
175, 118, 91
HSL
19°, 34%, 52%
CMYK
0, 33, 48, 31
Luminance
0.2283
Every format
| HEX | #af765b |
| RGB | rgb(175, 118, 91) |
| HSL | hsl(19, 34%, 52%) |
| CMYK | cmyk(0%, 33%, 48%, 31%) |
| LAB | lab(54.9 19.2 23.9) |
| LCH | lch(54.9 30.7 51.3) |
| OKLCH | oklch(0.618 0.082 46.1) |
Copy-ready code
/* CSS */
color: #af765b;
background-color: #af765b;
/* Tailwind (arbitrary) */
class="text-[#af765b] bg-[#af765b]"
/* SCSS */
$brand: #af765b;
/* SwiftUI */
Color(red: 0.686, green: 0.463, blue: 0.357)
/* Android */
Color.parseColor("#af765b")Accessibility — WCAG contrast
Aa
#af765b on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af765b on black: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green46.3%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta32.6%
Yellow48.0%
Key (black)31.4%
Color previews
#af765b text on a black background
contrast 5.57:1
Card sample
#af765b text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af765b;
Background color
Panel with #af765b background
background-color: #af765b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af765b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 118, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 118, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af765b; background: linear-gradient(135deg, #af765b, #AFAE5B);