#ffc7ff
a pale, electric magenta / pink · warm · closest name: plum
RGB
255, 199, 255
HSL
300°, 100%, 89%
CMYK
0, 22, 0, 0
Luminance
0.6933
Every format
| HEX | #ffc7ff |
| RGB | rgb(255, 199, 255) |
| HSL | hsl(300, 100%, 89%) |
| CMYK | cmyk(0%, 22%, 0%, 0%) |
| LAB | lab(86.7 29.0 -19.8) |
| LCH | lch(86.7 35.1 325.7) |
| OKLCH | oklch(0.896 0.096 326.3) |
Copy-ready code
/* CSS */
color: #ffc7ff;
background-color: #ffc7ff;
/* Tailwind (arbitrary) */
class="text-[#ffc7ff] bg-[#ffc7ff]"
/* SCSS */
$brand: #ffc7ff;
/* SwiftUI */
Color(red: 1.000, green: 0.780, blue: 1.000)
/* Android */
Color.parseColor("#ffc7ff")Accessibility — WCAG contrast
Aa
#ffc7ff on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc7ff on black: 14.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green78.0%
Blue100.0%
CMYK percentages
Cyan0.0%
Magenta22.0%
Yellow0.0%
Key (black)0.0%
Color previews
#ffc7ff text on a black background
contrast 14.87:1
Card sample
#ffc7ff text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc7ff;
Background color
Panel with #ffc7ff background
background-color: #ffc7ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc7ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 199, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 199, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc7ff; background: linear-gradient(135deg, #ffc7ff, #FFC7DA);