#cf8530
a balanced, vivid orange · warm · closest name: peru
RGB
207, 133, 48
HSL
32°, 62%, 50%
CMYK
0, 36, 77, 19
Luminance
0.3025
Every format
| HEX | #cf8530 |
| RGB | rgb(207, 133, 48) |
| HSL | hsl(32, 62%, 50%) |
| CMYK | cmyk(0%, 36%, 77%, 19%) |
| LAB | lab(61.9 21.5 54.9) |
| LCH | lch(61.9 59.0 68.6) |
| OKLCH | oklch(0.679 0.132 65.3) |
Copy-ready code
/* CSS */
color: #cf8530;
background-color: #cf8530;
/* Tailwind (arbitrary) */
class="text-[#cf8530] bg-[#cf8530]"
/* SCSS */
$brand: #cf8530;
/* SwiftUI */
Color(red: 0.812, green: 0.522, blue: 0.188)
/* Android */
Color.parseColor("#cf8530")Accessibility — WCAG contrast
Aa
#cf8530 on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8530 on black: 7.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green52.2%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta35.7%
Yellow76.8%
Key (black)18.8%
Color previews
#cf8530 text on a black background
contrast 7.05:1
Card sample
#cf8530 text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8530;
Background color
Panel with #cf8530 background
background-color: #cf8530;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8530;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 133, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 133, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8530; background: linear-gradient(135deg, #cf8530, #AFCF30);