#cf8c3b
a balanced, vivid orange · warm · closest name: peru
RGB
207, 140, 59
HSL
33°, 61%, 52%
CMYK
0, 32, 72, 19
Luminance
0.3234
Every format
| HEX | #cf8c3b |
| RGB | rgb(207, 140, 59) |
| HSL | hsl(33, 61%, 52%) |
| CMYK | cmyk(0%, 32%, 72%, 19%) |
| LAB | lab(63.6 18.2 51.8) |
| LCH | lch(63.6 55.0 70.6) |
| OKLCH | oklch(0.693 0.125 67.9) |
Copy-ready code
/* CSS */
color: #cf8c3b;
background-color: #cf8c3b;
/* Tailwind (arbitrary) */
class="text-[#cf8c3b] bg-[#cf8c3b]"
/* SCSS */
$brand: #cf8c3b;
/* SwiftUI */
Color(red: 0.812, green: 0.549, blue: 0.231)
/* Android */
Color.parseColor("#cf8c3b")Accessibility — WCAG contrast
Aa
#cf8c3b on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8c3b on black: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green54.9%
Blue23.1%
CMYK percentages
Cyan0.0%
Magenta32.4%
Yellow71.5%
Key (black)18.8%
Color previews
#cf8c3b text on a black background
contrast 7.47:1
Card sample
#cf8c3b text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8c3b;
Background color
Panel with #cf8c3b background
background-color: #cf8c3b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8c3b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 140, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 140, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8c3b; background: linear-gradient(135deg, #cf8c3b, #B0CF3B);