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