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