#cf7939
a balanced, vivid orange · warm · closest name: peru
RGB
207, 121, 57
HSL
26°, 61%, 52%
CMYK
0, 42, 73, 19
Luminance
0.2724
Every format
| HEX | #cf7939 |
| RGB | rgb(207, 121, 57) |
| HSL | hsl(26, 61%, 52%) |
| CMYK | cmyk(0%, 42%, 73%, 19%) |
| LAB | lab(59.2 28.4 48.1) |
| LCH | lch(59.2 55.9 59.4) |
| OKLCH | oklch(0.659 0.133 54.4) |
Copy-ready code
/* CSS */
color: #cf7939;
background-color: #cf7939;
/* Tailwind (arbitrary) */
class="text-[#cf7939] bg-[#cf7939]"
/* SCSS */
$brand: #cf7939;
/* SwiftUI */
Color(red: 0.812, green: 0.475, blue: 0.224)
/* Android */
Color.parseColor("#cf7939")Accessibility — WCAG contrast
Aa
#cf7939 on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf7939 on black: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green47.5%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta41.5%
Yellow72.5%
Key (black)18.8%
Color previews
#cf7939 text on a black background
contrast 6.45:1
Card sample
#cf7939 text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7939;
Background color
Panel with #cf7939 background
background-color: #cf7939;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7939;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 121, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 121, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7939; background: linear-gradient(135deg, #cf7939, #C1CF39);