#ffc7e3
a pale, electric magenta / pink · warm · closest name: pink
RGB
255, 199, 227
HSL
330°, 100%, 89%
CMYK
0, 22, 11, 0
Luminance
0.6765
Every format
| HEX | #ffc7e3 |
| RGB | rgb(255, 199, 227) |
| HSL | hsl(330, 100%, 89%) |
| CMYK | cmyk(0%, 22%, 11%, 0%) |
| LAB | lab(85.8 24.2 -6.2) |
| LCH | lch(85.8 25.0 345.6) |
| OKLCH | oklch(0.887 0.073 347.2) |
Copy-ready code
/* CSS */
color: #ffc7e3;
background-color: #ffc7e3;
/* Tailwind (arbitrary) */
class="text-[#ffc7e3] bg-[#ffc7e3]"
/* SCSS */
$brand: #ffc7e3;
/* SwiftUI */
Color(red: 1.000, green: 0.780, blue: 0.890)
/* Android */
Color.parseColor("#ffc7e3")Accessibility — WCAG contrast
Aa
#ffc7e3 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc7e3 on black: 14.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green78.0%
Blue89.0%
CMYK percentages
Cyan0.0%
Magenta22.0%
Yellow11.0%
Key (black)0.0%
Color previews
#ffc7e3 text on a black background
contrast 14.53:1
Card sample
#ffc7e3 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc7e3;
Background color
Panel with #ffc7e3 background
background-color: #ffc7e3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc7e3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 199, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 199, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc7e3; background: linear-gradient(135deg, #ffc7e3, #FFD0C7);