#cf6136
a balanced, vivid orange · warm · closest name: chocolate
RGB
207, 97, 54
HSL
17°, 61%, 51%
CMYK
0, 53, 74, 19
Luminance
0.2208
Every format
| HEX | #cf6136 |
| RGB | rgb(207, 97, 54) |
| HSL | hsl(17, 61%, 51%) |
| CMYK | cmyk(0%, 53%, 74%, 19%) |
| LAB | lab(54.1 40.7 44.2) |
| LCH | lch(54.1 60.1 47.3) |
| OKLCH | oklch(0.620 0.151 40.9) |
Copy-ready code
/* CSS */
color: #cf6136;
background-color: #cf6136;
/* Tailwind (arbitrary) */
class="text-[#cf6136] bg-[#cf6136]"
/* SCSS */
$brand: #cf6136;
/* SwiftUI */
Color(red: 0.812, green: 0.380, blue: 0.212)
/* Android */
Color.parseColor("#cf6136")Accessibility — WCAG contrast
Aa
#cf6136 on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf6136 on black: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green38.0%
Blue21.2%
CMYK percentages
Cyan0.0%
Magenta53.1%
Yellow73.9%
Key (black)18.8%
Color previews
#cf6136 text on a black background
contrast 5.42:1
Card sample
#cf6136 text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6136;
Background color
Panel with #cf6136 background
background-color: #cf6136;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6136;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 97, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 97, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6136; background: linear-gradient(135deg, #cf6136, #CFC736);