#cf952f
a balanced, vivid orange · warm · closest name: peru
RGB
207, 149, 47
HSL
38°, 63%, 50%
CMYK
0, 28, 77, 19
Luminance
0.3497
Every format
| HEX | #cf952f |
| RGB | rgb(207, 149, 47) |
| HSL | hsl(38, 63%, 50%) |
| CMYK | cmyk(0%, 28%, 77%, 19%) |
| LAB | lab(65.7 12.8 59.0) |
| LCH | lch(65.7 60.3 77.7) |
| OKLCH | oklch(0.709 0.132 77.0) |
Copy-ready code
/* CSS */
color: #cf952f;
background-color: #cf952f;
/* Tailwind (arbitrary) */
class="text-[#cf952f] bg-[#cf952f]"
/* SCSS */
$brand: #cf952f;
/* SwiftUI */
Color(red: 0.812, green: 0.584, blue: 0.184)
/* Android */
Color.parseColor("#cf952f")Accessibility — WCAG contrast
Aa
#cf952f on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf952f on black: 7.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green58.4%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta28.0%
Yellow77.3%
Key (black)18.8%
Color previews
#cf952f text on a black background
contrast 7.99:1
Card sample
#cf952f text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf952f;
Background color
Panel with #cf952f background
background-color: #cf952f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf952f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 149, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 149, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf952f; background: linear-gradient(135deg, #cf952f, #9ECF2F);