#ffcce0
a pale, electric magenta / pink · warm · closest name: pink
RGB
255, 204, 224
HSL
337°, 100%, 90%
CMYK
0, 20, 12, 0
Luminance
0.6983
Every format
| HEX | #ffcce0 |
| RGB | rgb(255, 204, 224) |
| HSL | hsl(337, 100%, 90%) |
| CMYK | cmyk(0%, 20%, 12%, 0%) |
| LAB | lab(86.9 21.1 -3.0) |
| LCH | lch(86.9 21.3 351.9) |
| OKLCH | oklch(0.895 0.063 353.0) |
Copy-ready code
/* CSS */
color: #ffcce0;
background-color: #ffcce0;
/* Tailwind (arbitrary) */
class="text-[#ffcce0] bg-[#ffcce0]"
/* SCSS */
$brand: #ffcce0;
/* SwiftUI */
Color(red: 1.000, green: 0.800, blue: 0.878)
/* Android */
Color.parseColor("#ffcce0")Accessibility — WCAG contrast
Aa
#ffcce0 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcce0 on black: 14.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green80.0%
Blue87.8%
CMYK percentages
Cyan0.0%
Magenta20.0%
Yellow12.2%
Key (black)0.0%
Color previews
#ffcce0 text on a black background
contrast 14.97:1
Card sample
#ffcce0 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcce0;
Background color
Panel with #ffcce0 background
background-color: #ffcce0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcce0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 204, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 204, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcce0; background: linear-gradient(135deg, #ffcce0, #FFDACC);