#cf6421
a balanced, vivid orange · warm · closest name: chocolate
RGB
207, 100, 33
HSL
23°, 73%, 47%
CMYK
0, 52, 84, 19
Luminance
0.2249
Every format
| HEX | #cf6421 |
| RGB | rgb(207, 100, 33) |
| HSL | hsl(23, 73%, 47%) |
| CMYK | cmyk(0%, 52%, 84%, 19%) |
| LAB | lab(54.5 38.5 54.2) |
| LCH | lch(54.5 66.5 54.6) |
| OKLCH | oklch(0.623 0.155 47.8) |
Copy-ready code
/* CSS */
color: #cf6421;
background-color: #cf6421;
/* Tailwind (arbitrary) */
class="text-[#cf6421] bg-[#cf6421]"
/* SCSS */
$brand: #cf6421;
/* SwiftUI */
Color(red: 0.812, green: 0.392, blue: 0.129)
/* Android */
Color.parseColor("#cf6421")Accessibility — WCAG contrast
Aa
#cf6421 on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf6421 on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green39.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta51.7%
Yellow84.1%
Key (black)18.8%
Color previews
#cf6421 text on a black background
contrast 5.50:1
Card sample
#cf6421 text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6421;
Background color
Panel with #cf6421 background
background-color: #cf6421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 100, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 100, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6421; background: linear-gradient(135deg, #cf6421, #C6CF21);