#ffc7e7
a pale, electric magenta / pink · warm · closest name: pink
RGB
255, 199, 231
HSL
326°, 100%, 89%
CMYK
0, 22, 9, 0
Luminance
0.6788
Every format
| HEX | #ffc7e7 |
| RGB | rgb(255, 199, 231) |
| HSL | hsl(326, 100%, 89%) |
| CMYK | cmyk(0%, 22%, 9%, 0%) |
| LAB | lab(86.0 24.8 -8.2) |
| LCH | lch(86.0 26.1 341.8) |
| OKLCH | oklch(0.888 0.075 343.5) |
Copy-ready code
/* CSS */
color: #ffc7e7;
background-color: #ffc7e7;
/* Tailwind (arbitrary) */
class="text-[#ffc7e7] bg-[#ffc7e7]"
/* SCSS */
$brand: #ffc7e7;
/* SwiftUI */
Color(red: 1.000, green: 0.780, blue: 0.906)
/* Android */
Color.parseColor("#ffc7e7")Accessibility — WCAG contrast
Aa
#ffc7e7 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc7e7 on black: 14.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green78.0%
Blue90.6%
CMYK percentages
Cyan0.0%
Magenta22.0%
Yellow9.4%
Key (black)0.0%
Color previews
#ffc7e7 text on a black background
contrast 14.58:1
Card sample
#ffc7e7 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc7e7;
Background color
Panel with #ffc7e7 background
background-color: #ffc7e7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc7e7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 199, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 199, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc7e7; background: linear-gradient(135deg, #ffc7e7, #FFCCC7);