#cf902f
a balanced, vivid orange · warm · closest name: peru
RGB
207, 144, 47
HSL
36°, 63%, 50%
CMYK
0, 30, 77, 19
Luminance
0.3342
Every format
| HEX | #cf902f |
| RGB | rgb(207, 144, 47) |
| HSL | hsl(36, 63%, 50%) |
| CMYK | cmyk(0%, 30%, 77%, 19%) |
| LAB | lab(64.5 15.5 57.8) |
| LCH | lch(64.5 59.9 75.0) |
| OKLCH | oklch(0.700 0.132 73.4) |
Copy-ready code
/* CSS */
color: #cf902f;
background-color: #cf902f;
/* Tailwind (arbitrary) */
class="text-[#cf902f] bg-[#cf902f]"
/* SCSS */
$brand: #cf902f;
/* SwiftUI */
Color(red: 0.812, green: 0.565, blue: 0.184)
/* Android */
Color.parseColor("#cf902f")Accessibility — WCAG contrast
Aa
#cf902f on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf902f on black: 7.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green56.5%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta30.4%
Yellow77.3%
Key (black)18.8%
Color previews
#cf902f text on a black background
contrast 7.68:1
Card sample
#cf902f text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf902f;
Background color
Panel with #cf902f background
background-color: #cf902f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf902f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 144, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 144, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf902f; background: linear-gradient(135deg, #cf902f, #A3CF2F);