#cf671f
a balanced, vivid orange · warm · “chocolate”
RGB
207, 103, 31
HSL
25°, 74%, 47%
CMYK
0, 50, 85, 19
Luminance
0.2306
Every format
| HEX | #cf671f |
| RGB | rgb(207, 103, 31) |
| HSL | hsl(25, 74%, 47%) |
| CMYK | cmyk(0%, 50%, 85%, 19%) |
| LAB | lab(55.1 36.9 55.5) |
| LCH | lch(55.1 66.6 56.4) |
| OKLCH | oklch(0.627 0.153 49.8) |
Copy-ready code
/* CSS */
color: #cf671f;
background-color: #cf671f;
/* Tailwind (arbitrary) */
class="text-[#cf671f] bg-[#cf671f]"
/* SCSS */
$brand: #cf671f;
/* SwiftUI */
Color(red: 0.812, green: 0.404, blue: 0.122)
/* Android */
Color.parseColor("#cf671f")Accessibility — WCAG contrast
Aa
#cf671f on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf671f on black: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green40.4%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta50.2%
Yellow85.0%
Key (black)18.8%
Color previews
#cf671f text on a black background
contrast 5.61:1
Card sample
#cf671f text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf671f;
Background color
Panel with #cf671f background
background-color: #cf671f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf671f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 103, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 103, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf671f; background: linear-gradient(135deg, #cf671f, #C2CF1F);