#f3cfc3
a pale, vivid orange · warm · closest name: pink
RGB
243, 207, 195
HSL
15°, 67%, 86%
CMYK
0, 15, 20, 5
Luminance
0.6762
Every format
| HEX | #f3cfc3 |
| RGB | rgb(243, 207, 195) |
| HSL | hsl(15, 67%, 86%) |
| CMYK | cmyk(0%, 15%, 20%, 5%) |
| LAB | lab(85.8 10.8 10.7) |
| LCH | lch(85.8 15.2 44.7) |
| OKLCH | oklch(0.882 0.044 39.3) |
Copy-ready code
/* CSS */
color: #f3cfc3;
background-color: #f3cfc3;
/* Tailwind (arbitrary) */
class="text-[#f3cfc3] bg-[#f3cfc3]"
/* SCSS */
$brand: #f3cfc3;
/* SwiftUI */
Color(red: 0.953, green: 0.812, blue: 0.765)
/* Android */
Color.parseColor("#f3cfc3")Accessibility — WCAG contrast
Aa
#f3cfc3 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3cfc3 on black: 14.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green81.2%
Blue76.5%
CMYK percentages
Cyan0.0%
Magenta14.8%
Yellow19.8%
Key (black)4.7%
Color previews
#f3cfc3 text on a black background
contrast 14.52:1
Card sample
#f3cfc3 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3cfc3;
Background color
Panel with #f3cfc3 background
background-color: #f3cfc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3cfc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 207, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 207, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3cfc3; background: linear-gradient(135deg, #f3cfc3, #F3EFC3);