#f7cdc2
a pale, electric red · warm · closest name: pink
RGB
247, 205, 194
HSL
13°, 77%, 87%
CMYK
0, 17, 22, 3
Luminance
0.6733
Every format
| HEX | #f7cdc2 |
| RGB | rgb(247, 205, 194) |
| HSL | hsl(13, 77%, 87%) |
| CMYK | cmyk(0%, 17%, 22%, 3%) |
| LAB | lab(85.7 13.1 11.0) |
| LCH | lch(85.7 17.1 40.0) |
| OKLCH | oklch(0.881 0.050 35.1) |
Copy-ready code
/* CSS */
color: #f7cdc2;
background-color: #f7cdc2;
/* Tailwind (arbitrary) */
class="text-[#f7cdc2] bg-[#f7cdc2]"
/* SCSS */
$brand: #f7cdc2;
/* SwiftUI */
Color(red: 0.969, green: 0.804, blue: 0.761)
/* Android */
Color.parseColor("#f7cdc2")Accessibility — WCAG contrast
Aa
#f7cdc2 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7cdc2 on black: 14.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green80.4%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta17.0%
Yellow21.5%
Key (black)3.1%
Color previews
#f7cdc2 text on a black background
contrast 14.47:1
Card sample
#f7cdc2 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7cdc2;
Background color
Panel with #f7cdc2 background
background-color: #f7cdc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7cdc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 205, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 205, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7cdc2; background: linear-gradient(135deg, #f7cdc2, #F7F0C2);