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