#f5cce0
a pale, vivid magenta / pink · warm · closest name: pink
RGB
245, 204, 224
HSL
331°, 67%, 88%
CMYK
0, 17, 9, 4
Luminance
0.6798
Every format
| HEX | #f5cce0 |
| RGB | rgb(245, 204, 224) |
| HSL | hsl(331, 67%, 88%) |
| CMYK | cmyk(0%, 17%, 9%, 4%) |
| LAB | lab(86.0 17.6 -4.5) |
| LCH | lch(86.0 18.2 345.8) |
| OKLCH | oklch(0.886 0.053 347.3) |
Copy-ready code
/* CSS */
color: #f5cce0;
background-color: #f5cce0;
/* Tailwind (arbitrary) */
class="text-[#f5cce0] bg-[#f5cce0]"
/* SCSS */
$brand: #f5cce0;
/* SwiftUI */
Color(red: 0.961, green: 0.800, blue: 0.878)
/* Android */
Color.parseColor("#f5cce0")Accessibility — WCAG contrast
Aa
#f5cce0 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5cce0 on black: 14.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green80.0%
Blue87.8%
CMYK percentages
Cyan0.0%
Magenta16.7%
Yellow8.6%
Key (black)3.9%
Color previews
#f5cce0 text on a black background
contrast 14.60:1
Card sample
#f5cce0 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5cce0;
Background color
Panel with #f5cce0 background
background-color: #f5cce0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5cce0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 204, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 204, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5cce0; background: linear-gradient(135deg, #f5cce0, #F5D3CC);