#cf6f3b
a balanced, vivid orange · warm · closest name: chocolate
RGB
207, 111, 59
HSL
21°, 61%, 52%
CMYK
0, 46, 72, 19
Luminance
0.2495
Every format
| HEX | #cf6f3b |
| RGB | rgb(207, 111, 59) |
| HSL | hsl(21, 61%, 52%) |
| CMYK | cmyk(0%, 46%, 72%, 19%) |
| LAB | lab(57.0 33.8 44.8) |
| LCH | lch(57.0 56.1 53.0) |
| OKLCH | oklch(0.642 0.138 47.2) |
Copy-ready code
/* CSS */
color: #cf6f3b;
background-color: #cf6f3b;
/* Tailwind (arbitrary) */
class="text-[#cf6f3b] bg-[#cf6f3b]"
/* SCSS */
$brand: #cf6f3b;
/* SwiftUI */
Color(red: 0.812, green: 0.435, blue: 0.231)
/* Android */
Color.parseColor("#cf6f3b")Accessibility — WCAG contrast
Aa
#cf6f3b on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf6f3b on black: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green43.5%
Blue23.1%
CMYK percentages
Cyan0.0%
Magenta46.4%
Yellow71.5%
Key (black)18.8%
Color previews
#cf6f3b text on a black background
contrast 5.99:1
Card sample
#cf6f3b text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6f3b;
Background color
Panel with #cf6f3b background
background-color: #cf6f3b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6f3b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 111, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 111, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6f3b; background: linear-gradient(135deg, #cf6f3b, #CCCF3B);