#ffc7db
a pale, electric magenta / pink · warm · closest name: pink
RGB
255, 199, 219
HSL
339°, 100%, 89%
CMYK
0, 22, 14, 0
Luminance
0.6722
Every format
| HEX | #ffc7db |
| RGB | rgb(255, 199, 219) |
| HSL | hsl(339, 100%, 89%) |
| CMYK | cmyk(0%, 22%, 14%, 0%) |
| LAB | lab(85.6 22.9 -2.3) |
| LCH | lch(85.6 23.0 354.4) |
| OKLCH | oklch(0.885 0.068 355.3) |
Copy-ready code
/* CSS */
color: #ffc7db;
background-color: #ffc7db;
/* Tailwind (arbitrary) */
class="text-[#ffc7db] bg-[#ffc7db]"
/* SCSS */
$brand: #ffc7db;
/* SwiftUI */
Color(red: 1.000, green: 0.780, blue: 0.859)
/* Android */
Color.parseColor("#ffc7db")Accessibility — WCAG contrast
Aa
#ffc7db on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc7db on black: 14.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green78.0%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta22.0%
Yellow14.1%
Key (black)0.0%
Color previews
#ffc7db text on a black background
contrast 14.44:1
Card sample
#ffc7db text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc7db;
Background color
Panel with #ffc7db background
background-color: #ffc7db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc7db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 199, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 199, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc7db; background: linear-gradient(135deg, #ffc7db, #FFD8C7);