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