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