#f7cdcb
a pale, vivid red · warm · closest name: pink
RGB
247, 205, 203
HSL
3°, 73%, 88%
CMYK
0, 17, 18, 3
Luminance
0.6775
Every format
| HEX | #f7cdcb |
| RGB | rgb(247, 205, 203) |
| HSL | hsl(3, 73%, 88%) |
| CMYK | cmyk(0%, 17%, 18%, 3%) |
| LAB | lab(85.9 14.5 6.5) |
| LCH | lch(85.9 15.9 24.3) |
| OKLCH | oklch(0.884 0.048 21.3) |
Copy-ready code
/* CSS */
color: #f7cdcb;
background-color: #f7cdcb;
/* Tailwind (arbitrary) */
class="text-[#f7cdcb] bg-[#f7cdcb]"
/* SCSS */
$brand: #f7cdcb;
/* SwiftUI */
Color(red: 0.969, green: 0.804, blue: 0.796)
/* Android */
Color.parseColor("#f7cdcb")Accessibility — WCAG contrast
Aa
#f7cdcb on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7cdcb on black: 14.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green80.4%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta17.0%
Yellow17.8%
Key (black)3.1%
Color previews
#f7cdcb text on a black background
contrast 14.55:1
Card sample
#f7cdcb text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7cdcb;
Background color
Panel with #f7cdcb background
background-color: #f7cdcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7cdcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 205, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 205, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7cdcb; background: linear-gradient(135deg, #f7cdcb, #F7EACB);