#cf9494
a light, soft red · warm · closest name: pink
RGB
207, 148, 148
HSL
0°, 38%, 70%
CMYK
0, 29, 29, 19
Luminance
0.3658
Every format
| HEX | #cf9494 |
| RGB | rgb(207, 148, 148) |
| HSL | hsl(0, 38%, 70%) |
| CMYK | cmyk(0%, 29%, 29%, 19%) |
| LAB | lab(67.0 22.2 8.9) |
| LCH | lch(67.0 23.9 21.8) |
| OKLCH | oklch(0.724 0.072 19.0) |
Copy-ready code
/* CSS */
color: #cf9494;
background-color: #cf9494;
/* Tailwind (arbitrary) */
class="text-[#cf9494] bg-[#cf9494]"
/* SCSS */
$brand: #cf9494;
/* SwiftUI */
Color(red: 0.812, green: 0.580, blue: 0.580)
/* Android */
Color.parseColor("#cf9494")Accessibility — WCAG contrast
Aa
#cf9494 on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9494 on black: 8.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green58.0%
Blue58.0%
CMYK percentages
Cyan0.0%
Magenta28.5%
Yellow28.5%
Key (black)18.8%
Color previews
#cf9494 text on a black background
contrast 8.32:1
Card sample
#cf9494 text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9494;
Background color
Panel with #cf9494 background
background-color: #cf9494;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9494;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 148, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 148, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9494; background: linear-gradient(135deg, #cf9494, #CFBB94);