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