#cf7f28
a balanced, vivid orange · warm · closest name: peru
RGB
207, 127, 40
HSL
31°, 68%, 48%
CMYK
0, 39, 81, 19
Luminance
0.2860
Every format
| HEX | #cf7f28 |
| RGB | rgb(207, 127, 40) |
| HSL | hsl(31, 68%, 48%) |
| CMYK | cmyk(0%, 39%, 81%, 19%) |
| LAB | lab(60.4 24.5 56.7) |
| LCH | lch(60.4 61.8 66.7) |
| OKLCH | oklch(0.668 0.138 62.7) |
Copy-ready code
/* CSS */
color: #cf7f28;
background-color: #cf7f28;
/* Tailwind (arbitrary) */
class="text-[#cf7f28] bg-[#cf7f28]"
/* SCSS */
$brand: #cf7f28;
/* SwiftUI */
Color(red: 0.812, green: 0.498, blue: 0.157)
/* Android */
Color.parseColor("#cf7f28")Accessibility — WCAG contrast
Aa
#cf7f28 on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf7f28 on black: 6.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green49.8%
Blue15.7%
CMYK percentages
Cyan0.0%
Magenta38.6%
Yellow80.7%
Key (black)18.8%
Color previews
#cf7f28 text on a black background
contrast 6.72:1
Card sample
#cf7f28 text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7f28;
Background color
Panel with #cf7f28 background
background-color: #cf7f28;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7f28;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 127, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 127, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7f28; background: linear-gradient(135deg, #cf7f28, #AFCF28);