#ffceee
a pale, electric magenta / pink · warm · closest name: pink
RGB
255, 206, 238
HSL
321°, 100%, 90%
CMYK
0, 19, 7, 0
Luminance
0.7158
Every format
| HEX | #ffceee |
| RGB | rgb(255, 206, 238) |
| HSL | hsl(321, 100%, 90%) |
| CMYK | cmyk(0%, 19%, 7%, 0%) |
| LAB | lab(87.8 22.3 -9.2) |
| LCH | lch(87.8 24.1 337.7) |
| OKLCH | oklch(0.903 0.069 339.4) |
Copy-ready code
/* CSS */
color: #ffceee;
background-color: #ffceee;
/* Tailwind (arbitrary) */
class="text-[#ffceee] bg-[#ffceee]"
/* SCSS */
$brand: #ffceee;
/* SwiftUI */
Color(red: 1.000, green: 0.808, blue: 0.933)
/* Android */
Color.parseColor("#ffceee")Accessibility — WCAG contrast
Aa
#ffceee on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffceee on black: 15.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green80.8%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta19.2%
Yellow6.7%
Key (black)0.0%
Color previews
#ffceee text on a black background
contrast 15.32:1
Card sample
#ffceee text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffceee;
Background color
Panel with #ffceee background
background-color: #ffceee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffceee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 206, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 206, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffceee; background: linear-gradient(135deg, #ffceee, #FFCFCE);