#cf693c
a balanced, vivid orange · warm · closest name: chocolate
RGB
207, 105, 60
HSL
18°, 61%, 52%
CMYK
0, 49, 71, 19
Luminance
0.2369
Every format
| HEX | #cf693c |
| RGB | rgb(207, 105, 60) |
| HSL | hsl(18, 61%, 52%) |
| CMYK | cmyk(0%, 49%, 71%, 19%) |
| LAB | lab(55.8 37.0 43.0) |
| LCH | lch(55.8 56.7 49.3) |
| OKLCH | oklch(0.633 0.142 43.2) |
Copy-ready code
/* CSS */
color: #cf693c;
background-color: #cf693c;
/* Tailwind (arbitrary) */
class="text-[#cf693c] bg-[#cf693c]"
/* SCSS */
$brand: #cf693c;
/* SwiftUI */
Color(red: 0.812, green: 0.412, blue: 0.235)
/* Android */
Color.parseColor("#cf693c")Accessibility — WCAG contrast
Aa
#cf693c on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf693c on black: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green41.2%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta49.3%
Yellow71.0%
Key (black)18.8%
Color previews
#cf693c text on a black background
contrast 5.74:1
Card sample
#cf693c text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf693c;
Background color
Panel with #cf693c background
background-color: #cf693c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf693c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 105, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 105, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf693c; background: linear-gradient(135deg, #cf693c, #CFCB3C);