#cfab6d
a balanced, vivid orange · warm · closest name: tan
RGB
207, 171, 109
HSL
38°, 51%, 62%
CMYK
0, 17, 47, 19
Luminance
0.4350
Every format
| HEX | #cfab6d |
| RGB | rgb(207, 171, 109) |
| HSL | hsl(38, 51%, 62%) |
| CMYK | cmyk(0%, 17%, 47%, 19%) |
| LAB | lab(71.9 5.2 36.7) |
| LCH | lch(71.9 37.1 82.0) |
| OKLCH | oklch(0.760 0.090 80.3) |
Copy-ready code
/* CSS */
color: #cfab6d;
background-color: #cfab6d;
/* Tailwind (arbitrary) */
class="text-[#cfab6d] bg-[#cfab6d]"
/* SCSS */
$brand: #cfab6d;
/* SwiftUI */
Color(red: 0.812, green: 0.671, blue: 0.427)
/* Android */
Color.parseColor("#cfab6d")Accessibility — WCAG contrast
Aa
#cfab6d on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfab6d on black: 9.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.1%
Blue42.7%
CMYK percentages
Cyan0.0%
Magenta17.4%
Yellow47.3%
Key (black)18.8%
Color previews
#cfab6d text on a black background
contrast 9.70:1
Card sample
#cfab6d text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfab6d;
Background color
Panel with #cfab6d background
background-color: #cfab6d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfab6d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 171, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 171, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfab6d; background: linear-gradient(135deg, #cfab6d, #B2CF6D);