#cf522c
a balanced, vivid red · warm · closest name: tomato
RGB
207, 82, 44
HSL
14°, 65%, 49%
CMYK
0, 60, 79, 19
Luminance
0.1948
Every format
| HEX | #cf522c |
| RGB | rgb(207, 82, 44) |
| HSL | hsl(14, 65%, 49%) |
| CMYK | cmyk(0%, 60%, 79%, 19%) |
| LAB | lab(51.3 47.5 46.3) |
| LCH | lch(51.3 66.3 44.2) |
| OKLCH | oklch(0.598 0.167 37.1) |
Copy-ready code
/* CSS */
color: #cf522c;
background-color: #cf522c;
/* Tailwind (arbitrary) */
class="text-[#cf522c] bg-[#cf522c]"
/* SCSS */
$brand: #cf522c;
/* SwiftUI */
Color(red: 0.812, green: 0.322, blue: 0.173)
/* Android */
Color.parseColor("#cf522c")Accessibility — WCAG contrast
Aa
#cf522c on white: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf522c on black: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green32.2%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta60.4%
Yellow78.7%
Key (black)18.8%
Color previews
#cf522c text on a black background
contrast 4.90:1
Card sample
#cf522c text on a white background
contrast 4.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf522c;
Background color
Panel with #cf522c background
background-color: #cf522c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf522c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 82, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 82, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf522c; background: linear-gradient(135deg, #cf522c, #CFBF2C);