#cf808f
a light, vivid red · warm · closest name: pink
RGB
207, 128, 143
HSL
349°, 45%, 66%
CMYK
0, 38, 31, 19
Luminance
0.3069
Every format
| HEX | #cf808f |
| RGB | rgb(207, 128, 143) |
| HSL | hsl(349, 45%, 66%) |
| CMYK | cmyk(0%, 38%, 31%, 19%) |
| LAB | lab(62.2 32.4 4.9) |
| LCH | lch(62.2 32.8 8.7) |
| OKLCH | oklch(0.687 0.099 7.7) |
Copy-ready code
/* CSS */
color: #cf808f;
background-color: #cf808f;
/* Tailwind (arbitrary) */
class="text-[#cf808f] bg-[#cf808f]"
/* SCSS */
$brand: #cf808f;
/* SwiftUI */
Color(red: 0.812, green: 0.502, blue: 0.561)
/* Android */
Color.parseColor("#cf808f")Accessibility — WCAG contrast
Aa
#cf808f on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf808f on black: 7.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green50.2%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta38.2%
Yellow30.9%
Key (black)18.8%
Color previews
#cf808f text on a black background
contrast 7.14:1
Card sample
#cf808f text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf808f;
Background color
Panel with #cf808f background
background-color: #cf808f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf808f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 128, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 128, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf808f; background: linear-gradient(135deg, #cf808f, #CFA680);