#ffcae4
a pale, electric magenta / pink · warm · closest name: pink
RGB
255, 202, 228
HSL
331°, 100%, 90%
CMYK
0, 21, 11, 0
Luminance
0.6910
Every format
| HEX | #ffcae4 |
| RGB | rgb(255, 202, 228) |
| HSL | hsl(331, 100%, 90%) |
| CMYK | cmyk(0%, 21%, 11%, 0%) |
| LAB | lab(86.6 22.8 -5.7) |
| LCH | lch(86.6 23.5 346.0) |
| OKLCH | oklch(0.893 0.068 347.6) |
Copy-ready code
/* CSS */
color: #ffcae4;
background-color: #ffcae4;
/* Tailwind (arbitrary) */
class="text-[#ffcae4] bg-[#ffcae4]"
/* SCSS */
$brand: #ffcae4;
/* SwiftUI */
Color(red: 1.000, green: 0.792, blue: 0.894)
/* Android */
Color.parseColor("#ffcae4")Accessibility — WCAG contrast
Aa
#ffcae4 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcae4 on black: 14.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green79.2%
Blue89.4%
CMYK percentages
Cyan0.0%
Magenta20.8%
Yellow10.6%
Key (black)0.0%
Color previews
#ffcae4 text on a black background
contrast 14.82:1
Card sample
#ffcae4 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcae4;
Background color
Panel with #ffcae4 background
background-color: #ffcae4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcae4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 202, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 202, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcae4; background: linear-gradient(135deg, #ffcae4, #FFD3CA);