#f7c4eb
a pale, electric magenta / pink · warm · closest name: pink
RGB
247, 196, 235
HSL
314°, 76%, 87%
CMYK
0, 21, 5, 3
Luminance
0.6525
Every format
| HEX | #f7c4eb |
| RGB | rgb(247, 196, 235) |
| HSL | hsl(314, 76%, 87%) |
| CMYK | cmyk(0%, 21%, 5%, 3%) |
| LAB | lab(84.6 24.4 -12.3) |
| LCH | lch(84.6 27.4 333.2) |
| OKLCH | oklch(0.877 0.077 334.7) |
Copy-ready code
/* CSS */
color: #f7c4eb;
background-color: #f7c4eb;
/* Tailwind (arbitrary) */
class="text-[#f7c4eb] bg-[#f7c4eb]"
/* SCSS */
$brand: #f7c4eb;
/* SwiftUI */
Color(red: 0.969, green: 0.769, blue: 0.922)
/* Android */
Color.parseColor("#f7c4eb")Accessibility — WCAG contrast
Aa
#f7c4eb on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7c4eb on black: 14.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green76.9%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta20.6%
Yellow4.9%
Key (black)3.1%
Color previews
#f7c4eb text on a black background
contrast 14.05:1
Card sample
#f7c4eb text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7c4eb;
Background color
Panel with #f7c4eb background
background-color: #f7c4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7c4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 196, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 196, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7c4eb; background: linear-gradient(135deg, #f7c4eb, #F7C4C9);