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