#cf9b71
a balanced, vivid orange · warm · closest name: tan
RGB
207, 155, 113
HSL
27°, 50%, 63%
CMYK
0, 25, 45, 19
Luminance
0.3790
Every format
| HEX | #cf9b71 |
| RGB | rgb(207, 155, 113) |
| HSL | hsl(27, 50%, 63%) |
| CMYK | cmyk(0%, 25%, 45%, 19%) |
| LAB | lab(68.0 14.2 29.5) |
| LCH | lch(68.0 32.8 64.3) |
| OKLCH | oklch(0.729 0.084 59.9) |
Copy-ready code
/* CSS */
color: #cf9b71;
background-color: #cf9b71;
/* Tailwind (arbitrary) */
class="text-[#cf9b71] bg-[#cf9b71]"
/* SCSS */
$brand: #cf9b71;
/* SwiftUI */
Color(red: 0.812, green: 0.608, blue: 0.443)
/* Android */
Color.parseColor("#cf9b71")Accessibility — WCAG contrast
Aa
#cf9b71 on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9b71 on black: 8.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green60.8%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta25.1%
Yellow45.4%
Key (black)18.8%
Color previews
#cf9b71 text on a black background
contrast 8.58:1
Card sample
#cf9b71 text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9b71;
Background color
Panel with #cf9b71 background
background-color: #cf9b71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9b71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 155, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 155, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9b71; background: linear-gradient(135deg, #cf9b71, #C4CF71);