#cf9749
a balanced, vivid orange · warm · closest name: peru
RGB
207, 151, 73
HSL
35°, 58%, 55%
CMYK
0, 27, 65, 19
Luminance
0.3588
Every format
| HEX | #cf9749 |
| RGB | rgb(207, 151, 73) |
| HSL | hsl(35, 58%, 55%) |
| CMYK | cmyk(0%, 27%, 65%, 19%) |
| LAB | lab(66.4 13.1 48.3) |
| LCH | lch(66.4 50.1 74.9) |
| OKLCH | oklch(0.715 0.116 73.0) |
Copy-ready code
/* CSS */
color: #cf9749;
background-color: #cf9749;
/* Tailwind (arbitrary) */
class="text-[#cf9749] bg-[#cf9749]"
/* SCSS */
$brand: #cf9749;
/* SwiftUI */
Color(red: 0.812, green: 0.592, blue: 0.286)
/* Android */
Color.parseColor("#cf9749")Accessibility — WCAG contrast
Aa
#cf9749 on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9749 on black: 8.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green59.2%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta27.1%
Yellow64.7%
Key (black)18.8%
Color previews
#cf9749 text on a black background
contrast 8.18:1
Card sample
#cf9749 text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9749;
Background color
Panel with #cf9749 background
background-color: #cf9749;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9749;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 151, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 151, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9749; background: linear-gradient(135deg, #cf9749, #AECF49);