#cf9b6d
a balanced, vivid orange · warm · closest name: tan
RGB
207, 155, 109
HSL
28°, 51%, 62%
CMYK
0, 25, 47, 19
Luminance
0.3781
Every format
| HEX | #cf9b6d |
| RGB | rgb(207, 155, 109) |
| HSL | hsl(28, 51%, 62%) |
| CMYK | cmyk(0%, 25%, 47%, 19%) |
| LAB | lab(67.9 13.8 31.6) |
| LCH | lch(67.9 34.5 66.4) |
| OKLCH | oklch(0.728 0.087 62.3) |
Copy-ready code
/* CSS */
color: #cf9b6d;
background-color: #cf9b6d;
/* Tailwind (arbitrary) */
class="text-[#cf9b6d] bg-[#cf9b6d]"
/* SCSS */
$brand: #cf9b6d;
/* SwiftUI */
Color(red: 0.812, green: 0.608, blue: 0.427)
/* Android */
Color.parseColor("#cf9b6d")Accessibility — WCAG contrast
Aa
#cf9b6d on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9b6d on black: 8.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green60.8%
Blue42.7%
CMYK percentages
Cyan0.0%
Magenta25.1%
Yellow47.3%
Key (black)18.8%
Color previews
#cf9b6d text on a black background
contrast 8.56:1
Card sample
#cf9b6d text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9b6d;
Background color
Panel with #cf9b6d background
background-color: #cf9b6d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9b6d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 155, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 155, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9b6d; background: linear-gradient(135deg, #cf9b6d, #C2CF6D);