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