#cfb07c
a balanced, vivid orange · warm · closest name: tan
RGB
207, 176, 124
HSL
38°, 46%, 65%
CMYK
0, 15, 40, 19
Luminance
0.4577
Every format
| HEX | #cfb07c |
| RGB | rgb(207, 176, 124) |
| HSL | hsl(38, 46%, 65%) |
| CMYK | cmyk(0%, 15%, 40%, 19%) |
| LAB | lab(73.4 4.1 30.8) |
| LCH | lch(73.4 31.1 82.5) |
| OKLCH | oklch(0.772 0.077 80.1) |
Copy-ready code
/* CSS */
color: #cfb07c;
background-color: #cfb07c;
/* Tailwind (arbitrary) */
class="text-[#cfb07c] bg-[#cfb07c]"
/* SCSS */
$brand: #cfb07c;
/* SwiftUI */
Color(red: 0.812, green: 0.690, blue: 0.486)
/* Android */
Color.parseColor("#cfb07c")Accessibility — WCAG contrast
Aa
#cfb07c on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb07c on black: 10.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green69.0%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta15.0%
Yellow40.1%
Key (black)18.8%
Color previews
#cfb07c text on a black background
contrast 10.15:1
Card sample
#cfb07c text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb07c;
Background color
Panel with #cfb07c background
background-color: #cfb07c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb07c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 176, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 176, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb07c; background: linear-gradient(135deg, #cfb07c, #B7CF7C);