#cf7948
a balanced, vivid orange · warm · closest name: peru
RGB
207, 121, 72
HSL
22°, 58%, 55%
CMYK
0, 42, 65, 19
Luminance
0.2741
Every format
| HEX | #cf7948 |
| RGB | rgb(207, 121, 72) |
| HSL | hsl(22, 58%, 55%) |
| CMYK | cmyk(0%, 42%, 65%, 19%) |
| LAB | lab(59.4 29.2 40.8) |
| LCH | lch(59.4 50.2 54.4) |
| OKLCH | oklch(0.660 0.125 49.0) |
Copy-ready code
/* CSS */
color: #cf7948;
background-color: #cf7948;
/* Tailwind (arbitrary) */
class="text-[#cf7948] bg-[#cf7948]"
/* SCSS */
$brand: #cf7948;
/* SwiftUI */
Color(red: 0.812, green: 0.475, blue: 0.282)
/* Android */
Color.parseColor("#cf7948")Accessibility — WCAG contrast
Aa
#cf7948 on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf7948 on black: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green47.5%
Blue28.2%
CMYK percentages
Cyan0.0%
Magenta41.5%
Yellow65.2%
Key (black)18.8%
Color previews
#cf7948 text on a black background
contrast 6.48:1
Card sample
#cf7948 text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7948;
Background color
Panel with #cf7948 background
background-color: #cf7948;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7948;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 121, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 121, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7948; background: linear-gradient(135deg, #cf7948, #CBCF48);