#af765f
a balanced, soft orange · warm · closest name: sienna
RGB
175, 118, 95
HSL
17°, 33%, 53%
CMYK
0, 33, 46, 31
Luminance
0.2290
Every format
| HEX | #af765f |
| RGB | rgb(175, 118, 95) |
| HSL | hsl(17, 33%, 53%) |
| CMYK | cmyk(0%, 33%, 46%, 31%) |
| LAB | lab(55.0 19.6 21.7) |
| LCH | lch(55.0 29.3 47.9) |
| OKLCH | oklch(0.619 0.080 42.8) |
Copy-ready code
/* CSS */
color: #af765f;
background-color: #af765f;
/* Tailwind (arbitrary) */
class="text-[#af765f] bg-[#af765f]"
/* SCSS */
$brand: #af765f;
/* SwiftUI */
Color(red: 0.686, green: 0.463, blue: 0.373)
/* Android */
Color.parseColor("#af765f")Accessibility — WCAG contrast
Aa
#af765f on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af765f on black: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green46.3%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta32.6%
Yellow45.7%
Key (black)31.4%
Color previews
#af765f text on a black background
contrast 5.58:1
Card sample
#af765f text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af765f;
Background color
Panel with #af765f background
background-color: #af765f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af765f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 118, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 118, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af765f; background: linear-gradient(135deg, #af765f, #AFAB5F);