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