#cf6b2d
a balanced, vivid orange · warm · closest name: chocolate
RGB
207, 107, 45
HSL
23°, 64%, 49%
CMYK
0, 48, 78, 19
Luminance
0.2397
Every format
| HEX | #cf6b2d |
| RGB | rgb(207, 107, 45) |
| HSL | hsl(23, 64%, 49%) |
| CMYK | cmyk(0%, 48%, 78%, 19%) |
| LAB | lab(56.1 35.3 50.5) |
| LCH | lch(56.1 61.6 55.1) |
| OKLCH | oklch(0.634 0.146 48.9) |
Copy-ready code
/* CSS */
color: #cf6b2d;
background-color: #cf6b2d;
/* Tailwind (arbitrary) */
class="text-[#cf6b2d] bg-[#cf6b2d]"
/* SCSS */
$brand: #cf6b2d;
/* SwiftUI */
Color(red: 0.812, green: 0.420, blue: 0.176)
/* Android */
Color.parseColor("#cf6b2d")Accessibility — WCAG contrast
Aa
#cf6b2d on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf6b2d on black: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green42.0%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta48.3%
Yellow78.3%
Key (black)18.8%
Color previews
#cf6b2d text on a black background
contrast 5.79:1
Card sample
#cf6b2d text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6b2d;
Background color
Panel with #cf6b2d background
background-color: #cf6b2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6b2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 107, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 107, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6b2d; background: linear-gradient(135deg, #cf6b2d, #C7CF2D);