#cf764f
a balanced, vivid orange · warm · closest name: sienna
RGB
207, 118, 79
HSL
18°, 57%, 56%
CMYK
0, 43, 62, 19
Luminance
0.2679
Every format
| HEX | #cf764f |
| RGB | rgb(207, 118, 79) |
| HSL | hsl(18, 57%, 56%) |
| CMYK | cmyk(0%, 43%, 62%, 19%) |
| LAB | lab(58.8 31.3 36.4) |
| LCH | lch(58.8 48.0 49.3) |
| OKLCH | oklch(0.656 0.124 43.8) |
Copy-ready code
/* CSS */
color: #cf764f;
background-color: #cf764f;
/* Tailwind (arbitrary) */
class="text-[#cf764f] bg-[#cf764f]"
/* SCSS */
$brand: #cf764f;
/* SwiftUI */
Color(red: 0.812, green: 0.463, blue: 0.310)
/* Android */
Color.parseColor("#cf764f")Accessibility — WCAG contrast
Aa
#cf764f on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf764f on black: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green46.3%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta43.0%
Yellow61.8%
Key (black)18.8%
Color previews
#cf764f text on a black background
contrast 6.36:1
Card sample
#cf764f text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf764f;
Background color
Panel with #cf764f background
background-color: #cf764f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf764f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 118, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 118, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf764f; background: linear-gradient(135deg, #cf764f, #CFCB4F);