#f5cceb
a pale, vivid magenta / pink · warm · closest name: pink
RGB
245, 204, 235
HSL
315°, 67%, 88%
CMYK
0, 17, 4, 4
Luminance
0.6860
Every format
| HEX | #f5cceb |
| RGB | rgb(245, 204, 235) |
| HSL | hsl(315, 67%, 88%) |
| CMYK | cmyk(0%, 17%, 4%, 4%) |
| LAB | lab(86.3 19.5 -9.8) |
| LCH | lch(86.3 21.9 333.2) |
| OKLCH | oklch(0.889 0.061 334.7) |
Copy-ready code
/* CSS */
color: #f5cceb;
background-color: #f5cceb;
/* Tailwind (arbitrary) */
class="text-[#f5cceb] bg-[#f5cceb]"
/* SCSS */
$brand: #f5cceb;
/* SwiftUI */
Color(red: 0.961, green: 0.800, blue: 0.922)
/* Android */
Color.parseColor("#f5cceb")Accessibility — WCAG contrast
Aa
#f5cceb on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5cceb on black: 14.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green80.0%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta16.7%
Yellow4.1%
Key (black)3.9%
Color previews
#f5cceb text on a black background
contrast 14.72:1
Card sample
#f5cceb text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5cceb;
Background color
Panel with #f5cceb background
background-color: #f5cceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5cceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 204, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 204, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5cceb; background: linear-gradient(135deg, #f5cceb, #F5CCD0);