#f5cdcb
a pale, vivid red · warm · closest name: pink
RGB
245, 205, 203
HSL
3°, 68%, 88%
CMYK
0, 16, 17, 4
Luminance
0.6739
Every format
| HEX | #f5cdcb |
| RGB | rgb(245, 205, 203) |
| HSL | hsl(3, 68%, 88%) |
| CMYK | cmyk(0%, 16%, 17%, 4%) |
| LAB | lab(85.7 13.7 6.3) |
| LCH | lch(85.7 15.1 24.5) |
| OKLCH | oklch(0.882 0.045 21.4) |
Copy-ready code
/* CSS */
color: #f5cdcb;
background-color: #f5cdcb;
/* Tailwind (arbitrary) */
class="text-[#f5cdcb] bg-[#f5cdcb]"
/* SCSS */
$brand: #f5cdcb;
/* SwiftUI */
Color(red: 0.961, green: 0.804, blue: 0.796)
/* Android */
Color.parseColor("#f5cdcb")Accessibility — WCAG contrast
Aa
#f5cdcb on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5cdcb on black: 14.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green80.4%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta16.3%
Yellow17.1%
Key (black)3.9%
Color previews
#f5cdcb text on a black background
contrast 14.48:1
Card sample
#f5cdcb text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5cdcb;
Background color
Panel with #f5cdcb background
background-color: #f5cdcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5cdcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 205, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 205, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5cdcb; background: linear-gradient(135deg, #f5cdcb, #F5E9CB);