#cf7145
a balanced, vivid orange · warm · closest name: peru
RGB
207, 113, 69
HSL
19°, 59%, 54%
CMYK
0, 45, 67, 19
Luminance
0.2551
Every format
| HEX | #cf7145 |
| RGB | rgb(207, 113, 69) |
| HSL | hsl(19, 59%, 54%) |
| CMYK | cmyk(0%, 45%, 67%, 19%) |
| LAB | lab(57.6 33.3 40.3) |
| LCH | lch(57.6 52.3 50.4) |
| OKLCH | oklch(0.647 0.132 44.7) |
Copy-ready code
/* CSS */
color: #cf7145;
background-color: #cf7145;
/* Tailwind (arbitrary) */
class="text-[#cf7145] bg-[#cf7145]"
/* SCSS */
$brand: #cf7145;
/* SwiftUI */
Color(red: 0.812, green: 0.443, blue: 0.271)
/* Android */
Color.parseColor("#cf7145")Accessibility — WCAG contrast
Aa
#cf7145 on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf7145 on black: 6.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green44.3%
Blue27.1%
CMYK percentages
Cyan0.0%
Magenta45.4%
Yellow66.7%
Key (black)18.8%
Color previews
#cf7145 text on a black background
contrast 6.10:1
Card sample
#cf7145 text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7145;
Background color
Panel with #cf7145 background
background-color: #cf7145;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7145;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 113, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 113, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7145; background: linear-gradient(135deg, #cf7145, #CFCD45);