#f3cfc6
a pale, vivid red · warm · closest name: pink
RGB
243, 207, 198
HSL
12°, 65%, 87%
CMYK
0, 15, 19, 5
Luminance
0.6776
Every format
| HEX | #f3cfc6 |
| RGB | rgb(243, 207, 198) |
| HSL | hsl(12, 65%, 87%) |
| CMYK | cmyk(0%, 15%, 19%, 5%) |
| LAB | lab(85.9 11.2 9.2) |
| LCH | lch(85.9 14.5 39.2) |
| OKLCH | oklch(0.883 0.043 34.3) |
Copy-ready code
/* CSS */
color: #f3cfc6;
background-color: #f3cfc6;
/* Tailwind (arbitrary) */
class="text-[#f3cfc6] bg-[#f3cfc6]"
/* SCSS */
$brand: #f3cfc6;
/* SwiftUI */
Color(red: 0.953, green: 0.812, blue: 0.776)
/* Android */
Color.parseColor("#f3cfc6")Accessibility — WCAG contrast
Aa
#f3cfc6 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3cfc6 on black: 14.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green81.2%
Blue77.6%
CMYK percentages
Cyan0.0%
Magenta14.8%
Yellow18.5%
Key (black)4.7%
Color previews
#f3cfc6 text on a black background
contrast 14.55:1
Card sample
#f3cfc6 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3cfc6;
Background color
Panel with #f3cfc6 background
background-color: #f3cfc6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3cfc6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 207, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 207, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3cfc6; background: linear-gradient(135deg, #f3cfc6, #F3EDC6);