#ffcaef
a pale, electric magenta / pink · warm · closest name: pink
RGB
255, 202, 239
HSL
318°, 100%, 90%
CMYK
0, 21, 6, 0
Luminance
0.6973
Every format
| HEX | #ffcaef |
| RGB | rgb(255, 202, 239) |
| HSL | hsl(318, 100%, 90%) |
| CMYK | cmyk(0%, 21%, 6%, 0%) |
| LAB | lab(86.9 24.6 -11.0) |
| LCH | lch(86.9 27.0 335.8) |
| OKLCH | oklch(0.896 0.076 337.5) |
Copy-ready code
/* CSS */
color: #ffcaef;
background-color: #ffcaef;
/* Tailwind (arbitrary) */
class="text-[#ffcaef] bg-[#ffcaef]"
/* SCSS */
$brand: #ffcaef;
/* SwiftUI */
Color(red: 1.000, green: 0.792, blue: 0.937)
/* Android */
Color.parseColor("#ffcaef")Accessibility — WCAG contrast
Aa
#ffcaef on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcaef on black: 14.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green79.2%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta20.8%
Yellow6.3%
Key (black)0.0%
Color previews
#ffcaef text on a black background
contrast 14.95:1
Card sample
#ffcaef text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcaef;
Background color
Panel with #ffcaef background
background-color: #ffcaef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcaef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 202, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 202, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcaef; background: linear-gradient(135deg, #ffcaef, #FFCACC);