#cf8945
a balanced, vivid orange · warm · “peru”
RGB
207, 137, 69
HSL
30°, 59%, 54%
CMYK
0, 34, 67, 19
Luminance
0.3159
Every format
| HEX | #cf8945 |
| RGB | rgb(207, 137, 69) |
| HSL | hsl(30, 59%, 54%) |
| CMYK | cmyk(0%, 34%, 67%, 19%) |
| LAB | lab(63.0 20.4 46.5) |
| LCH | lch(63.0 50.7 66.3) |
| OKLCH | oklch(0.689 0.120 62.6) |
Copy-ready code
/* CSS */
color: #cf8945;
background-color: #cf8945;
/* Tailwind (arbitrary) */
class="text-[#cf8945] bg-[#cf8945]"
/* SCSS */
$brand: #cf8945;
/* SwiftUI */
Color(red: 0.812, green: 0.537, blue: 0.271)
/* Android */
Color.parseColor("#cf8945")Accessibility — WCAG contrast
Aa
#cf8945 on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8945 on black: 7.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green53.7%
Blue27.1%
CMYK percentages
Cyan0.0%
Magenta33.8%
Yellow66.7%
Key (black)18.8%
Color previews
#cf8945 text on a black background
contrast 7.32:1
Card sample
#cf8945 text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8945;
Background color
Panel with #cf8945 background
background-color: #cf8945;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8945;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 137, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 137, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8945; background: linear-gradient(135deg, #cf8945, #B9CF45);