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