#cf9049
a balanced, vivid orange · warm · closest name: peru
RGB
207, 144, 73
HSL
32°, 58%, 55%
CMYK
0, 30, 65, 19
Luminance
0.3369
Every format
| HEX | #cf9049 |
| RGB | rgb(207, 144, 73) |
| HSL | hsl(32, 58%, 55%) |
| CMYK | cmyk(0%, 30%, 65%, 19%) |
| LAB | lab(64.7 16.9 46.4) |
| LCH | lch(64.7 49.4 70.0) |
| OKLCH | oklch(0.702 0.116 67.1) |
Copy-ready code
/* CSS */
color: #cf9049;
background-color: #cf9049;
/* Tailwind (arbitrary) */
class="text-[#cf9049] bg-[#cf9049]"
/* SCSS */
$brand: #cf9049;
/* SwiftUI */
Color(red: 0.812, green: 0.565, blue: 0.286)
/* Android */
Color.parseColor("#cf9049")Accessibility — WCAG contrast
Aa
#cf9049 on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9049 on black: 7.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green56.5%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta30.4%
Yellow64.7%
Key (black)18.8%
Color previews
#cf9049 text on a black background
contrast 7.74:1
Card sample
#cf9049 text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9049;
Background color
Panel with #cf9049 background
background-color: #cf9049;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9049;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 144, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 144, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9049; background: linear-gradient(135deg, #cf9049, #B5CF49);