#f5cdf4
a pale, vivid magenta / pink · warm · closest name: pink
RGB
245, 205, 244
HSL
302°, 67%, 88%
CMYK
0, 16, 0, 4
Luminance
0.6961
Every format
| HEX | #f5cdf4 |
| RGB | rgb(245, 205, 244) |
| HSL | hsl(302, 67%, 88%) |
| CMYK | cmyk(0%, 16%, 0%, 4%) |
| LAB | lab(86.8 20.6 -13.9) |
| LCH | lch(86.8 24.8 326.0) |
| OKLCH | oklch(0.894 0.068 326.9) |
Copy-ready code
/* CSS */
color: #f5cdf4;
background-color: #f5cdf4;
/* Tailwind (arbitrary) */
class="text-[#f5cdf4] bg-[#f5cdf4]"
/* SCSS */
$brand: #f5cdf4;
/* SwiftUI */
Color(red: 0.961, green: 0.804, blue: 0.957)
/* Android */
Color.parseColor("#f5cdf4")Accessibility — WCAG contrast
Aa
#f5cdf4 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5cdf4 on black: 14.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green80.4%
Blue95.7%
CMYK percentages
Cyan0.0%
Magenta16.3%
Yellow0.4%
Key (black)3.9%
Color previews
#f5cdf4 text on a black background
contrast 14.92:1
Card sample
#f5cdf4 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5cdf4;
Background color
Panel with #f5cdf4 background
background-color: #f5cdf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5cdf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 205, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 205, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5cdf4; background: linear-gradient(135deg, #f5cdf4, #F5CDD9);