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