#ffcce7
a pale, electric magenta / pink · warm · closest name: pink
RGB
255, 204, 231
HSL
328°, 100%, 90%
CMYK
0, 20, 9, 0
Luminance
0.7022
Every format
| HEX | #ffcce7 |
| RGB | rgb(255, 204, 231) |
| HSL | hsl(328, 100%, 90%) |
| CMYK | cmyk(0%, 20%, 9%, 0%) |
| LAB | lab(87.1 22.2 -6.4) |
| LCH | lch(87.1 23.1 343.8) |
| OKLCH | oklch(0.897 0.067 345.4) |
Copy-ready code
/* CSS */
color: #ffcce7;
background-color: #ffcce7;
/* Tailwind (arbitrary) */
class="text-[#ffcce7] bg-[#ffcce7]"
/* SCSS */
$brand: #ffcce7;
/* SwiftUI */
Color(red: 1.000, green: 0.800, blue: 0.906)
/* Android */
Color.parseColor("#ffcce7")Accessibility — WCAG contrast
Aa
#ffcce7 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcce7 on black: 15.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green80.0%
Blue90.6%
CMYK percentages
Cyan0.0%
Magenta20.0%
Yellow9.4%
Key (black)0.0%
Color previews
#ffcce7 text on a black background
contrast 15.04:1
Card sample
#ffcce7 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcce7;
Background color
Panel with #ffcce7 background
background-color: #ffcce7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcce7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 204, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 204, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcce7; background: linear-gradient(135deg, #ffcce7, #FFD3CC);