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