#ffc5da
a pale, electric magenta / pink · warm · closest name: pink
RGB
255, 197, 218
HSL
338°, 100%, 89%
CMYK
0, 23, 15, 0
Luminance
0.6625
Every format
| HEX | #ffc5da |
| RGB | rgb(255, 197, 218) |
| HSL | hsl(338, 100%, 89%) |
| CMYK | cmyk(0%, 23%, 15%, 0%) |
| LAB | lab(85.1 23.8 -2.4) |
| LCH | lch(85.1 23.9 354.1) |
| OKLCH | oklch(0.881 0.071 355.1) |
Copy-ready code
/* CSS */
color: #ffc5da;
background-color: #ffc5da;
/* Tailwind (arbitrary) */
class="text-[#ffc5da] bg-[#ffc5da]"
/* SCSS */
$brand: #ffc5da;
/* SwiftUI */
Color(red: 1.000, green: 0.773, blue: 0.855)
/* Android */
Color.parseColor("#ffc5da")Accessibility — WCAG contrast
Aa
#ffc5da on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc5da on black: 14.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green77.3%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta22.7%
Yellow14.5%
Key (black)0.0%
Color previews
#ffc5da text on a black background
contrast 14.25:1
Card sample
#ffc5da text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc5da;
Background color
Panel with #ffc5da background
background-color: #ffc5da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc5da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 197, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 197, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc5da; background: linear-gradient(135deg, #ffc5da, #FFD7C5);