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