#cfb47f
a light, vivid orange · warm · closest name: tan
RGB
207, 180, 127
HSL
40°, 46%, 66%
CMYK
0, 13, 39, 19
Luminance
0.4744
Every format
| HEX | #cfb47f |
| RGB | rgb(207, 180, 127) |
| HSL | hsl(40, 46%, 66%) |
| CMYK | cmyk(0%, 13%, 39%, 19%) |
| LAB | lab(74.5 2.3 30.6) |
| LCH | lch(74.5 30.7 85.8) |
| OKLCH | oklch(0.781 0.076 83.8) |
Copy-ready code
/* CSS */
color: #cfb47f;
background-color: #cfb47f;
/* Tailwind (arbitrary) */
class="text-[#cfb47f] bg-[#cfb47f]"
/* SCSS */
$brand: #cfb47f;
/* SwiftUI */
Color(red: 0.812, green: 0.706, blue: 0.498)
/* Android */
Color.parseColor("#cfb47f")Accessibility — WCAG contrast
Aa
#cfb47f on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb47f on black: 10.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green70.6%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta13.0%
Yellow38.6%
Key (black)18.8%
Color previews
#cfb47f text on a black background
contrast 10.49:1
Card sample
#cfb47f text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb47f;
Background color
Panel with #cfb47f background
background-color: #cfb47f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb47f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 180, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 180, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb47f; background: linear-gradient(135deg, #cfb47f, #B5CF7F);