#cf9237
a balanced, vivid orange · warm · closest name: peru
RGB
207, 146, 55
HSL
36°, 61%, 51%
CMYK
0, 30, 73, 19
Luminance
0.3410
Every format
| HEX | #cf9237 |
| RGB | rgb(207, 146, 55) |
| HSL | hsl(36, 61%, 51%) |
| CMYK | cmyk(0%, 30%, 73%, 19%) |
| LAB | lab(65.0 14.8 55.1) |
| LCH | lch(65.0 57.0 75.0) |
| OKLCH | oklch(0.704 0.128 73.4) |
Copy-ready code
/* CSS */
color: #cf9237;
background-color: #cf9237;
/* Tailwind (arbitrary) */
class="text-[#cf9237] bg-[#cf9237]"
/* SCSS */
$brand: #cf9237;
/* SwiftUI */
Color(red: 0.812, green: 0.573, blue: 0.216)
/* Android */
Color.parseColor("#cf9237")Accessibility — WCAG contrast
Aa
#cf9237 on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9237 on black: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green57.3%
Blue21.6%
CMYK percentages
Cyan0.0%
Magenta29.5%
Yellow73.4%
Key (black)18.8%
Color previews
#cf9237 text on a black background
contrast 7.82:1
Card sample
#cf9237 text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9237;
Background color
Panel with #cf9237 background
background-color: #cf9237;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9237;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 146, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 146, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9237; background: linear-gradient(135deg, #cf9237, #A7CF37);