#f3cdcb
a pale, vivid red · warm · closest name: pink
RGB
243, 205, 203
HSL
3°, 63%, 88%
CMYK
0, 16, 17, 5
Luminance
0.6703
Every format
| HEX | #f3cdcb |
| RGB | rgb(243, 205, 203) |
| HSL | hsl(3, 63%, 88%) |
| CMYK | cmyk(0%, 16%, 17%, 5%) |
| LAB | lab(85.5 13.0 6.0) |
| LCH | lch(85.5 14.3 24.7) |
| OKLCH | oklch(0.880 0.043 21.6) |
Copy-ready code
/* CSS */
color: #f3cdcb;
background-color: #f3cdcb;
/* Tailwind (arbitrary) */
class="text-[#f3cdcb] bg-[#f3cdcb]"
/* SCSS */
$brand: #f3cdcb;
/* SwiftUI */
Color(red: 0.953, green: 0.804, blue: 0.796)
/* Android */
Color.parseColor("#f3cdcb")Accessibility — WCAG contrast
Aa
#f3cdcb on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3cdcb on black: 14.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green80.4%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta15.6%
Yellow16.5%
Key (black)4.7%
Color previews
#f3cdcb text on a black background
contrast 14.41:1
Card sample
#f3cdcb text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3cdcb;
Background color
Panel with #f3cdcb background
background-color: #f3cdcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3cdcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 205, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 205, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3cdcb; background: linear-gradient(135deg, #f3cdcb, #F3E8CB);