#cf692f
a balanced, vivid orange · warm · closest name: chocolate
RGB
207, 105, 47
HSL
22°, 63%, 50%
CMYK
0, 49, 77, 19
Luminance
0.2357
Every format
| HEX | #cf692f |
| RGB | rgb(207, 105, 47) |
| HSL | hsl(22, 63%, 50%) |
| CMYK | cmyk(0%, 49%, 77%, 19%) |
| LAB | lab(55.7 36.4 49.2) |
| LCH | lch(55.7 61.2 53.5) |
| OKLCH | oklch(0.631 0.147 47.3) |
Copy-ready code
/* CSS */
color: #cf692f;
background-color: #cf692f;
/* Tailwind (arbitrary) */
class="text-[#cf692f] bg-[#cf692f]"
/* SCSS */
$brand: #cf692f;
/* SwiftUI */
Color(red: 0.812, green: 0.412, blue: 0.184)
/* Android */
Color.parseColor("#cf692f")Accessibility — WCAG contrast
Aa
#cf692f on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf692f on black: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green41.2%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta49.3%
Yellow77.3%
Key (black)18.8%
Color previews
#cf692f text on a black background
contrast 5.71:1
Card sample
#cf692f text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf692f;
Background color
Panel with #cf692f background
background-color: #cf692f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf692f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 105, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 105, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf692f; background: linear-gradient(135deg, #cf692f, #CACF2F);