#cf673d
a balanced, vivid orange · warm · closest name: chocolate
RGB
207, 103, 61
HSL
17°, 60%, 53%
CMYK
0, 50, 71, 19
Luminance
0.2330
Every format
| HEX | #cf673d |
| RGB | rgb(207, 103, 61) |
| HSL | hsl(17, 60%, 53%) |
| CMYK | cmyk(0%, 50%, 71%, 19%) |
| LAB | lab(55.4 38.0 42.0) |
| LCH | lch(55.4 56.7 47.8) |
| OKLCH | oklch(0.630 0.143 41.7) |
Copy-ready code
/* CSS */
color: #cf673d;
background-color: #cf673d;
/* Tailwind (arbitrary) */
class="text-[#cf673d] bg-[#cf673d]"
/* SCSS */
$brand: #cf673d;
/* SwiftUI */
Color(red: 0.812, green: 0.404, blue: 0.239)
/* Android */
Color.parseColor("#cf673d")Accessibility — WCAG contrast
Aa
#cf673d on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf673d on black: 5.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green40.4%
Blue23.9%
CMYK percentages
Cyan0.0%
Magenta50.2%
Yellow70.5%
Key (black)18.8%
Color previews
#cf673d text on a black background
contrast 5.66:1
Card sample
#cf673d text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf673d;
Background color
Panel with #cf673d background
background-color: #cf673d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf673d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 103, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 103, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf673d; background: linear-gradient(135deg, #cf673d, #CFC83D);