#cf692c
a balanced, vivid orange · warm · closest name: chocolate
RGB
207, 105, 44
HSL
23°, 65%, 49%
CMYK
0, 49, 79, 19
Luminance
0.2355
Every format
| HEX | #cf692c |
| RGB | rgb(207, 105, 44) |
| HSL | hsl(23, 65%, 49%) |
| CMYK | cmyk(0%, 49%, 79%, 19%) |
| LAB | lab(55.6 36.3 50.6) |
| LCH | lch(55.6 62.2 54.3) |
| OKLCH | oklch(0.631 0.148 48.1) |
Copy-ready code
/* CSS */
color: #cf692c;
background-color: #cf692c;
/* Tailwind (arbitrary) */
class="text-[#cf692c] bg-[#cf692c]"
/* SCSS */
$brand: #cf692c;
/* SwiftUI */
Color(red: 0.812, green: 0.412, blue: 0.173)
/* Android */
Color.parseColor("#cf692c")Accessibility — WCAG contrast
Aa
#cf692c on white: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf692c on black: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green41.2%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta49.3%
Yellow78.7%
Key (black)18.8%
Color previews
#cf692c text on a black background
contrast 5.71:1
Card sample
#cf692c text on a white background
contrast 3.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf692c;
Background color
Panel with #cf692c background
background-color: #cf692c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf692c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 105, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 105, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf692c; background: linear-gradient(135deg, #cf692c, #C8CF2C);