#f4cccb
a pale, vivid red · warm · closest name: pink
RGB
244, 204, 203
HSL
2°, 65%, 88%
CMYK
0, 16, 17, 4
Luminance
0.6673
Every format
| HEX | #f4cccb |
| RGB | rgb(244, 204, 203) |
| HSL | hsl(2, 65%, 88%) |
| CMYK | cmyk(0%, 16%, 17%, 4%) |
| LAB | lab(85.4 13.9 5.8) |
| LCH | lch(85.4 15.1 22.5) |
| OKLCH | oklch(0.879 0.045 19.7) |
Copy-ready code
/* CSS */
color: #f4cccb;
background-color: #f4cccb;
/* Tailwind (arbitrary) */
class="text-[#f4cccb] bg-[#f4cccb]"
/* SCSS */
$brand: #f4cccb;
/* SwiftUI */
Color(red: 0.957, green: 0.800, blue: 0.796)
/* Android */
Color.parseColor("#f4cccb")Accessibility — WCAG contrast
Aa
#f4cccb on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4cccb on black: 14.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green80.0%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta16.4%
Yellow16.8%
Key (black)4.3%
Color previews
#f4cccb text on a black background
contrast 14.35:1
Card sample
#f4cccb text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4cccb;
Background color
Panel with #f4cccb background
background-color: #f4cccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4cccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 204, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 204, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4cccb; background: linear-gradient(135deg, #f4cccb, #F4E7CB);