#cf963f
a balanced, vivid orange · warm · closest name: peru
RGB
207, 150, 63
HSL
36°, 60%, 53%
CMYK
0, 28, 70, 19
Luminance
0.3544
Every format
| HEX | #cf963f |
| RGB | rgb(207, 150, 63) |
| HSL | hsl(36, 60%, 53%) |
| CMYK | cmyk(0%, 28%, 70%, 19%) |
| LAB | lab(66.1 13.0 52.6) |
| LCH | lch(66.1 54.2 76.1) |
| OKLCH | oklch(0.713 0.123 74.7) |
Copy-ready code
/* CSS */
color: #cf963f;
background-color: #cf963f;
/* Tailwind (arbitrary) */
class="text-[#cf963f] bg-[#cf963f]"
/* SCSS */
$brand: #cf963f;
/* SwiftUI */
Color(red: 0.812, green: 0.588, blue: 0.247)
/* Android */
Color.parseColor("#cf963f")Accessibility — WCAG contrast
Aa
#cf963f on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf963f on black: 8.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green58.8%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta27.5%
Yellow69.6%
Key (black)18.8%
Color previews
#cf963f text on a black background
contrast 8.09:1
Card sample
#cf963f text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf963f;
Background color
Panel with #cf963f background
background-color: #cf963f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf963f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 150, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 150, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf963f; background: linear-gradient(135deg, #cf963f, #A8CF3F);