#cf9b79
a balanced, vivid orange · warm · closest name: tan
RGB
207, 155, 121
HSL
24°, 47%, 64%
CMYK
0, 25, 42, 19
Luminance
0.3809
Every format
| HEX | #cf9b79 |
| RGB | rgb(207, 155, 121) |
| HSL | hsl(24, 47%, 64%) |
| CMYK | cmyk(0%, 25%, 42%, 19%) |
| LAB | lab(68.1 15.1 25.4) |
| LCH | lch(68.1 29.5 59.3) |
| OKLCH | oklch(0.731 0.078 54.3) |
Copy-ready code
/* CSS */
color: #cf9b79;
background-color: #cf9b79;
/* Tailwind (arbitrary) */
class="text-[#cf9b79] bg-[#cf9b79]"
/* SCSS */
$brand: #cf9b79;
/* SwiftUI */
Color(red: 0.812, green: 0.608, blue: 0.475)
/* Android */
Color.parseColor("#cf9b79")Accessibility — WCAG contrast
Aa
#cf9b79 on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9b79 on black: 8.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green60.8%
Blue47.5%
CMYK percentages
Cyan0.0%
Magenta25.1%
Yellow41.5%
Key (black)18.8%
Color previews
#cf9b79 text on a black background
contrast 8.62:1
Card sample
#cf9b79 text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9b79;
Background color
Panel with #cf9b79 background
background-color: #cf9b79;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9b79;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 155, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 155, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9b79; background: linear-gradient(135deg, #cf9b79, #CACF79);