#cf6b39
a balanced, vivid orange · warm · closest name: chocolate
RGB
207, 107, 57
HSL
20°, 61%, 52%
CMYK
0, 48, 73, 19
Luminance
0.2408
Every format
| HEX | #cf6b39 |
| RGB | rgb(207, 107, 57) |
| HSL | hsl(20, 61%, 52%) |
| CMYK | cmyk(0%, 48%, 73%, 19%) |
| LAB | lab(56.2 35.8 44.9) |
| LCH | lch(56.2 57.4 51.4) |
| OKLCH | oklch(0.635 0.142 45.4) |
Copy-ready code
/* CSS */
color: #cf6b39;
background-color: #cf6b39;
/* Tailwind (arbitrary) */
class="text-[#cf6b39] bg-[#cf6b39]"
/* SCSS */
$brand: #cf6b39;
/* SwiftUI */
Color(red: 0.812, green: 0.420, blue: 0.224)
/* Android */
Color.parseColor("#cf6b39")Accessibility — WCAG contrast
Aa
#cf6b39 on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf6b39 on black: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green42.0%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta48.3%
Yellow72.5%
Key (black)18.8%
Color previews
#cf6b39 text on a black background
contrast 5.82:1
Card sample
#cf6b39 text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6b39;
Background color
Panel with #cf6b39 background
background-color: #cf6b39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6b39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 107, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 107, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6b39; background: linear-gradient(135deg, #cf6b39, #CFCF39);