#af754c
a balanced, soft orange · warm · closest name: sienna
RGB
175, 117, 76
HSL
25°, 39%, 49%
CMYK
0, 33, 57, 31
Luminance
0.2236
Every format
| HEX | #af754c |
| RGB | rgb(175, 117, 76) |
| HSL | hsl(25, 39%, 49%) |
| CMYK | cmyk(0%, 33%, 57%, 31%) |
| LAB | lab(54.4 18.4 31.7) |
| LCH | lch(54.4 36.6 59.9) |
| OKLCH | oklch(0.614 0.092 55.3) |
Copy-ready code
/* CSS */
color: #af754c;
background-color: #af754c;
/* Tailwind (arbitrary) */
class="text-[#af754c] bg-[#af754c]"
/* SCSS */
$brand: #af754c;
/* SwiftUI */
Color(red: 0.686, green: 0.459, blue: 0.298)
/* Android */
Color.parseColor("#af754c")Accessibility — WCAG contrast
Aa
#af754c on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af754c on black: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green45.9%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta33.1%
Yellow56.6%
Key (black)31.4%
Color previews
#af754c text on a black background
contrast 5.47:1
Card sample
#af754c text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af754c;
Background color
Panel with #af754c background
background-color: #af754c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af754c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 117, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 117, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af754c; background: linear-gradient(135deg, #af754c, #A7AF4C);