#ffcaf7
a pale, electric magenta / pink · warm · closest name: plum
RGB
255, 202, 247
HSL
309°, 100%, 90%
CMYK
0, 21, 3, 0
Luminance
0.7022
Every format
| HEX | #ffcaf7 |
| RGB | rgb(255, 202, 247) |
| HSL | hsl(309, 100%, 90%) |
| CMYK | cmyk(0%, 21%, 3%, 0%) |
| LAB | lab(87.1 26.0 -14.9) |
| LCH | lch(87.1 30.0 330.1) |
| OKLCH | oklch(0.899 0.083 331.4) |
Copy-ready code
/* CSS */
color: #ffcaf7;
background-color: #ffcaf7;
/* Tailwind (arbitrary) */
class="text-[#ffcaf7] bg-[#ffcaf7]"
/* SCSS */
$brand: #ffcaf7;
/* SwiftUI */
Color(red: 1.000, green: 0.792, blue: 0.969)
/* Android */
Color.parseColor("#ffcaf7")Accessibility — WCAG contrast
Aa
#ffcaf7 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcaf7 on black: 15.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green79.2%
Blue96.9%
CMYK percentages
Cyan0.0%
Magenta20.8%
Yellow3.1%
Key (black)0.0%
Color previews
#ffcaf7 text on a black background
contrast 15.04:1
Card sample
#ffcaf7 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcaf7;
Background color
Panel with #ffcaf7 background
background-color: #ffcaf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcaf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 202, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 202, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcaf7; background: linear-gradient(135deg, #ffcaf7, #FFCAD4);