#cf983f
a balanced, vivid orange · warm · closest name: peru
RGB
207, 152, 63
HSL
37°, 60%, 53%
CMYK
0, 27, 70, 19
Luminance
0.3608
Every format
| HEX | #cf983f |
| RGB | rgb(207, 152, 63) |
| HSL | hsl(37, 60%, 53%) |
| CMYK | cmyk(0%, 27%, 70%, 19%) |
| LAB | lab(66.6 11.9 53.1) |
| LCH | lch(66.6 54.5 77.4) |
| OKLCH | oklch(0.716 0.123 76.3) |
Copy-ready code
/* CSS */
color: #cf983f;
background-color: #cf983f;
/* Tailwind (arbitrary) */
class="text-[#cf983f] bg-[#cf983f]"
/* SCSS */
$brand: #cf983f;
/* SwiftUI */
Color(red: 0.812, green: 0.596, blue: 0.247)
/* Android */
Color.parseColor("#cf983f")Accessibility — WCAG contrast
Aa
#cf983f on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf983f on black: 8.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green59.6%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta26.6%
Yellow69.6%
Key (black)18.8%
Color previews
#cf983f text on a black background
contrast 8.22:1
Card sample
#cf983f text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf983f;
Background color
Panel with #cf983f background
background-color: #cf983f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf983f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 152, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 152, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf983f; background: linear-gradient(135deg, #cf983f, #A6CF3F);