#ffc7f2
a pale, electric magenta / pink · warm · closest name: plum
RGB
255, 199, 242
HSL
314°, 100%, 89%
CMYK
0, 22, 5, 0
Luminance
0.6852
Every format
| HEX | #ffc7f2 |
| RGB | rgb(255, 199, 242) |
| HSL | hsl(314, 100%, 89%) |
| CMYK | cmyk(0%, 22%, 5%, 0%) |
| LAB | lab(86.3 26.7 -13.5) |
| LCH | lch(86.3 29.9 333.1) |
| OKLCH | oklch(0.892 0.084 334.6) |
Copy-ready code
/* CSS */
color: #ffc7f2;
background-color: #ffc7f2;
/* Tailwind (arbitrary) */
class="text-[#ffc7f2] bg-[#ffc7f2]"
/* SCSS */
$brand: #ffc7f2;
/* SwiftUI */
Color(red: 1.000, green: 0.780, blue: 0.949)
/* Android */
Color.parseColor("#ffc7f2")Accessibility — WCAG contrast
Aa
#ffc7f2 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc7f2 on black: 14.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green78.0%
Blue94.9%
CMYK percentages
Cyan0.0%
Magenta22.0%
Yellow5.1%
Key (black)0.0%
Color previews
#ffc7f2 text on a black background
contrast 14.70:1
Card sample
#ffc7f2 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc7f2;
Background color
Panel with #ffc7f2 background
background-color: #ffc7f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc7f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 199, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 199, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc7f2; background: linear-gradient(135deg, #ffc7f2, #FFC7CD);