#cf9990
a light, soft red · warm · closest name: pink
RGB
207, 153, 144
HSL
9°, 40%, 69%
CMYK
0, 26, 30, 19
Luminance
0.3806
Every format
| HEX | #cf9990 |
| RGB | rgb(207, 153, 144) |
| HSL | hsl(9, 40%, 69%) |
| CMYK | cmyk(0%, 26%, 30%, 19%) |
| LAB | lab(68.1 19.0 12.7) |
| LCH | lch(68.1 22.8 33.7) |
| OKLCH | oklch(0.732 0.067 29.5) |
Copy-ready code
/* CSS */
color: #cf9990;
background-color: #cf9990;
/* Tailwind (arbitrary) */
class="text-[#cf9990] bg-[#cf9990]"
/* SCSS */
$brand: #cf9990;
/* SwiftUI */
Color(red: 0.812, green: 0.600, blue: 0.565)
/* Android */
Color.parseColor("#cf9990")Accessibility — WCAG contrast
Aa
#cf9990 on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9990 on black: 8.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green60.0%
Blue56.5%
CMYK percentages
Cyan0.0%
Magenta26.1%
Yellow30.4%
Key (black)18.8%
Color previews
#cf9990 text on a black background
contrast 8.61:1
Card sample
#cf9990 text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9990;
Background color
Panel with #cf9990 background
background-color: #cf9990;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9990;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 153, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 153, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9990; background: linear-gradient(135deg, #cf9990, #CFC390);