#ffcaec
a pale, electric magenta / pink · warm · closest name: pink
RGB
255, 202, 236
HSL
322°, 100%, 90%
CMYK
0, 21, 8, 0
Luminance
0.6956
Every format
| HEX | #ffcaec |
| RGB | rgb(255, 202, 236) |
| HSL | hsl(322, 100%, 90%) |
| CMYK | cmyk(0%, 21%, 8%, 0%) |
| LAB | lab(86.8 24.1 -9.6) |
| LCH | lch(86.8 25.9 338.3) |
| OKLCH | oklch(0.895 0.074 340.0) |
Copy-ready code
/* CSS */
color: #ffcaec;
background-color: #ffcaec;
/* Tailwind (arbitrary) */
class="text-[#ffcaec] bg-[#ffcaec]"
/* SCSS */
$brand: #ffcaec;
/* SwiftUI */
Color(red: 1.000, green: 0.792, blue: 0.925)
/* Android */
Color.parseColor("#ffcaec")Accessibility — WCAG contrast
Aa
#ffcaec on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcaec on black: 14.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green79.2%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta20.8%
Yellow7.5%
Key (black)0.0%
Color previews
#ffcaec text on a black background
contrast 14.91:1
Card sample
#ffcaec text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcaec;
Background color
Panel with #ffcaec background
background-color: #ffcaec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcaec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 202, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 202, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcaec; background: linear-gradient(135deg, #ffcaec, #FFCBCA);