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