#cfab6a
a balanced, vivid orange · warm · closest name: tan
RGB
207, 171, 106
HSL
39°, 51%, 61%
CMYK
0, 17, 49, 19
Luminance
0.4343
Every format
| HEX | #cfab6a |
| RGB | rgb(207, 171, 106) |
| HSL | hsl(39, 51%, 61%) |
| CMYK | cmyk(0%, 17%, 49%, 19%) |
| LAB | lab(71.8 4.9 38.2) |
| LCH | lch(71.8 38.5 82.7) |
| OKLCH | oklch(0.759 0.093 81.4) |
Copy-ready code
/* CSS */
color: #cfab6a;
background-color: #cfab6a;
/* Tailwind (arbitrary) */
class="text-[#cfab6a] bg-[#cfab6a]"
/* SCSS */
$brand: #cfab6a;
/* SwiftUI */
Color(red: 0.812, green: 0.671, blue: 0.416)
/* Android */
Color.parseColor("#cfab6a")Accessibility — WCAG contrast
Aa
#cfab6a on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfab6a on black: 9.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.1%
Blue41.6%
CMYK percentages
Cyan0.0%
Magenta17.4%
Yellow48.8%
Key (black)18.8%
Color previews
#cfab6a text on a black background
contrast 9.69:1
Card sample
#cfab6a text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfab6a;
Background color
Panel with #cfab6a background
background-color: #cfab6a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfab6a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 171, 106, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 171, 106, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfab6a; background: linear-gradient(135deg, #cfab6a, #B0CF6A);