#cf901f
a balanced, vivid orange · warm · closest name: peru
RGB
207, 144, 31
HSL
39°, 74%, 47%
CMYK
0, 30, 85, 19
Luminance
0.3331
Every format
| HEX | #cf901f |
| RGB | rgb(207, 144, 31) |
| HSL | hsl(39, 74%, 47%) |
| CMYK | cmyk(0%, 30%, 85%, 19%) |
| LAB | lab(64.4 15.0 63.3) |
| LCH | lch(64.4 65.0 76.7) |
| OKLCH | oklch(0.699 0.139 75.6) |
Copy-ready code
/* CSS */
color: #cf901f;
background-color: #cf901f;
/* Tailwind (arbitrary) */
class="text-[#cf901f] bg-[#cf901f]"
/* SCSS */
$brand: #cf901f;
/* SwiftUI */
Color(red: 0.812, green: 0.565, blue: 0.122)
/* Android */
Color.parseColor("#cf901f")Accessibility — WCAG contrast
Aa
#cf901f on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf901f on black: 7.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green56.5%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta30.4%
Yellow85.0%
Key (black)18.8%
Color previews
#cf901f text on a black background
contrast 7.66:1
Card sample
#cf901f text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf901f;
Background color
Panel with #cf901f background
background-color: #cf901f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf901f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 144, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 144, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf901f; background: linear-gradient(135deg, #cf901f, #99CF1F);