#cfab7a
a balanced, vivid orange · warm · closest name: tan
RGB
207, 171, 122
HSL
35°, 47%, 65%
CMYK
0, 17, 41, 19
Luminance
0.4380
Every format
| HEX | #cfab7a |
| RGB | rgb(207, 171, 122) |
| HSL | hsl(35, 47%, 65%) |
| CMYK | cmyk(0%, 17%, 41%, 19%) |
| LAB | lab(72.1 6.5 30.1) |
| LCH | lch(72.1 30.9 77.8) |
| OKLCH | oklch(0.762 0.077 74.8) |
Copy-ready code
/* CSS */
color: #cfab7a;
background-color: #cfab7a;
/* Tailwind (arbitrary) */
class="text-[#cfab7a] bg-[#cfab7a]"
/* SCSS */
$brand: #cfab7a;
/* SwiftUI */
Color(red: 0.812, green: 0.671, blue: 0.478)
/* Android */
Color.parseColor("#cfab7a")Accessibility — WCAG contrast
Aa
#cfab7a on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfab7a on black: 9.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.1%
Blue47.8%
CMYK percentages
Cyan0.0%
Magenta17.4%
Yellow41.1%
Key (black)18.8%
Color previews
#cfab7a text on a black background
contrast 9.76:1
Card sample
#cfab7a text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfab7a;
Background color
Panel with #cfab7a background
background-color: #cfab7a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfab7a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 171, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 171, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfab7a; background: linear-gradient(135deg, #cfab7a, #BACF7A);