#cfb37c
a balanced, vivid orange · warm · closest name: tan
RGB
207, 179, 124
HSL
40°, 46%, 65%
CMYK
0, 14, 40, 19
Luminance
0.4696
Every format
| HEX | #cfb37c |
| RGB | rgb(207, 179, 124) |
| HSL | hsl(40, 46%, 65%) |
| CMYK | cmyk(0%, 14%, 40%, 19%) |
| LAB | lab(74.2 2.5 31.8) |
| LCH | lch(74.2 31.9 85.6) |
| OKLCH | oklch(0.778 0.079 83.7) |
Copy-ready code
/* CSS */
color: #cfb37c;
background-color: #cfb37c;
/* Tailwind (arbitrary) */
class="text-[#cfb37c] bg-[#cfb37c]"
/* SCSS */
$brand: #cfb37c;
/* SwiftUI */
Color(red: 0.812, green: 0.702, blue: 0.486)
/* Android */
Color.parseColor("#cfb37c")Accessibility — WCAG contrast
Aa
#cfb37c on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb37c on black: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green70.2%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta13.5%
Yellow40.1%
Key (black)18.8%
Color previews
#cfb37c text on a black background
contrast 10.39:1
Card sample
#cfb37c text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb37c;
Background color
Panel with #cfb37c background
background-color: #cfb37c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb37c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 179, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 179, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb37c; background: linear-gradient(135deg, #cfb37c, #B4CF7C);