#f3cfcf
a pale, vivid red · warm · closest name: pink
RGB
243, 207, 207
HSL
0°, 60%, 88%
CMYK
0, 15, 15, 5
Luminance
0.6819
Every format
| HEX | #f3cfcf |
| RGB | rgb(243, 207, 207) |
| HSL | hsl(0, 60%, 88%) |
| CMYK | cmyk(0%, 15%, 15%, 5%) |
| LAB | lab(86.1 12.6 4.7) |
| LCH | lch(86.1 13.4 20.4) |
| OKLCH | oklch(0.885 0.041 17.9) |
Copy-ready code
/* CSS */
color: #f3cfcf;
background-color: #f3cfcf;
/* Tailwind (arbitrary) */
class="text-[#f3cfcf] bg-[#f3cfcf]"
/* SCSS */
$brand: #f3cfcf;
/* SwiftUI */
Color(red: 0.953, green: 0.812, blue: 0.812)
/* Android */
Color.parseColor("#f3cfcf")Accessibility — WCAG contrast
Aa
#f3cfcf on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3cfcf on black: 14.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green81.2%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta14.8%
Yellow14.8%
Key (black)4.7%
Color previews
#f3cfcf text on a black background
contrast 14.64:1
Card sample
#f3cfcf text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3cfcf;
Background color
Panel with #f3cfcf background
background-color: #f3cfcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3cfcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 207, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 207, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3cfcf; background: linear-gradient(135deg, #f3cfcf, #F3E7CF);