#cf968f
a light, soft red · warm · closest name: pink
RGB
207, 150, 143
HSL
7°, 40%, 69%
CMYK
0, 28, 31, 19
Luminance
0.3706
Every format
| HEX | #cf968f |
| RGB | rgb(207, 150, 143) |
| HSL | hsl(7, 40%, 69%) |
| CMYK | cmyk(0%, 28%, 31%, 19%) |
| LAB | lab(67.3 20.5 12.2) |
| LCH | lch(67.3 23.8 30.7) |
| OKLCH | oklch(0.726 0.070 26.8) |
Copy-ready code
/* CSS */
color: #cf968f;
background-color: #cf968f;
/* Tailwind (arbitrary) */
class="text-[#cf968f] bg-[#cf968f]"
/* SCSS */
$brand: #cf968f;
/* SwiftUI */
Color(red: 0.812, green: 0.588, blue: 0.561)
/* Android */
Color.parseColor("#cf968f")Accessibility — WCAG contrast
Aa
#cf968f on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf968f on black: 8.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green58.8%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta27.5%
Yellow30.9%
Key (black)18.8%
Color previews
#cf968f text on a black background
contrast 8.41:1
Card sample
#cf968f text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf968f;
Background color
Panel with #cf968f background
background-color: #cf968f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf968f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 150, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 150, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf968f; background: linear-gradient(135deg, #cf968f, #CFC18F);