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