#cf6352
a balanced, vivid red · warm · closest name: salmon
RGB
207, 99, 82
HSL
8°, 57%, 57%
CMYK
0, 52, 60, 19
Luminance
0.2280
Every format
| HEX | #cf6352 |
| RGB | rgb(207, 99, 82) |
| HSL | hsl(8, 57%, 57%) |
| CMYK | cmyk(0%, 52%, 60%, 19%) |
| LAB | lab(54.9 41.4 29.9) |
| LCH | lch(54.9 51.0 35.8) |
| OKLCH | oklch(0.627 0.140 30.6) |
Copy-ready code
/* CSS */
color: #cf6352;
background-color: #cf6352;
/* Tailwind (arbitrary) */
class="text-[#cf6352] bg-[#cf6352]"
/* SCSS */
$brand: #cf6352;
/* SwiftUI */
Color(red: 0.812, green: 0.388, blue: 0.322)
/* Android */
Color.parseColor("#cf6352")Accessibility — WCAG contrast
Aa
#cf6352 on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf6352 on black: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green38.8%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta52.2%
Yellow60.4%
Key (black)18.8%
Color previews
#cf6352 text on a black background
contrast 5.56:1
Card sample
#cf6352 text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6352;
Background color
Panel with #cf6352 background
background-color: #cf6352;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6352;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 99, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 99, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6352; background: linear-gradient(135deg, #cf6352, #CFB652);