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