#cf6969
a balanced, vivid red · warm · closest name: salmon
RGB
207, 105, 105
HSL
0°, 52%, 61%
CMYK
0, 49, 49, 19
Luminance
0.2439
Every format
| HEX | #cf6969 |
| RGB | rgb(207, 105, 105) |
| HSL | hsl(0, 52%, 61%) |
| CMYK | cmyk(0%, 49%, 49%, 19%) |
| LAB | lab(56.5 40.2 18.7) |
| LCH | lch(56.5 44.4 25.0) |
| OKLCH | oklch(0.640 0.129 21.3) |
Copy-ready code
/* CSS */
color: #cf6969;
background-color: #cf6969;
/* Tailwind (arbitrary) */
class="text-[#cf6969] bg-[#cf6969]"
/* SCSS */
$brand: #cf6969;
/* SwiftUI */
Color(red: 0.812, green: 0.412, blue: 0.412)
/* Android */
Color.parseColor("#cf6969")Accessibility — WCAG contrast
Aa
#cf6969 on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf6969 on black: 5.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green41.2%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta49.3%
Yellow49.3%
Key (black)18.8%
Color previews
#cf6969 text on a black background
contrast 5.88:1
Card sample
#cf6969 text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6969;
Background color
Panel with #cf6969 background
background-color: #cf6969;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6969;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 105, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 105, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6969; background: linear-gradient(135deg, #cf6969, #CFAD69);