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