#ffc7df
a pale, electric magenta / pink · warm · closest name: pink
RGB
255, 199, 223
HSL
334°, 100%, 89%
CMYK
0, 22, 13, 0
Luminance
0.6743
Every format
| HEX | #ffc7df |
| RGB | rgb(255, 199, 223) |
| HSL | hsl(334, 100%, 89%) |
| CMYK | cmyk(0%, 22%, 13%, 0%) |
| LAB | lab(85.7 23.5 -4.2) |
| LCH | lch(85.7 23.9 349.8) |
| OKLCH | oklch(0.886 0.070 351.1) |
Copy-ready code
/* CSS */
color: #ffc7df;
background-color: #ffc7df;
/* Tailwind (arbitrary) */
class="text-[#ffc7df] bg-[#ffc7df]"
/* SCSS */
$brand: #ffc7df;
/* SwiftUI */
Color(red: 1.000, green: 0.780, blue: 0.875)
/* Android */
Color.parseColor("#ffc7df")Accessibility — WCAG contrast
Aa
#ffc7df on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc7df on black: 14.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green78.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta22.0%
Yellow12.5%
Key (black)0.0%
Color previews
#ffc7df text on a black background
contrast 14.49:1
Card sample
#ffc7df text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc7df;
Background color
Panel with #ffc7df background
background-color: #ffc7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 199, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 199, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc7df; background: linear-gradient(135deg, #ffc7df, #FFD4C7);