#ffcceb
a pale, electric magenta / pink · warm · closest name: pink
RGB
255, 204, 235
HSL
324°, 100%, 90%
CMYK
0, 20, 8, 0
Luminance
0.7044
Every format
| HEX | #ffcceb |
| RGB | rgb(255, 204, 235) |
| HSL | hsl(324, 100%, 90%) |
| CMYK | cmyk(0%, 20%, 8%, 0%) |
| LAB | lab(87.2 22.9 -8.4) |
| LCH | lch(87.2 24.4 339.9) |
| OKLCH | oklch(0.899 0.070 341.5) |
Copy-ready code
/* CSS */
color: #ffcceb;
background-color: #ffcceb;
/* Tailwind (arbitrary) */
class="text-[#ffcceb] bg-[#ffcceb]"
/* SCSS */
$brand: #ffcceb;
/* SwiftUI */
Color(red: 1.000, green: 0.800, blue: 0.922)
/* Android */
Color.parseColor("#ffcceb")Accessibility — WCAG contrast
Aa
#ffcceb on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcceb on black: 15.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green80.0%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta20.0%
Yellow7.8%
Key (black)0.0%
Color previews
#ffcceb text on a black background
contrast 15.09:1
Card sample
#ffcceb text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcceb;
Background color
Panel with #ffcceb background
background-color: #ffcceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 204, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 204, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcceb; background: linear-gradient(135deg, #ffcceb, #FFCFCC);