#ffcaf3
a pale, electric magenta / pink · warm · closest name: pink
RGB
255, 202, 243
HSL
314°, 100%, 90%
CMYK
0, 21, 5, 0
Luminance
0.6997
Every format
| HEX | #ffcaf3 |
| RGB | rgb(255, 202, 243) |
| HSL | hsl(314, 100%, 90%) |
| CMYK | cmyk(0%, 21%, 5%, 0%) |
| LAB | lab(87.0 25.3 -13.0) |
| LCH | lch(87.0 28.4 332.8) |
| OKLCH | oklch(0.898 0.080 334.3) |
Copy-ready code
/* CSS */
color: #ffcaf3;
background-color: #ffcaf3;
/* Tailwind (arbitrary) */
class="text-[#ffcaf3] bg-[#ffcaf3]"
/* SCSS */
$brand: #ffcaf3;
/* SwiftUI */
Color(red: 1.000, green: 0.792, blue: 0.953)
/* Android */
Color.parseColor("#ffcaf3")Accessibility — WCAG contrast
Aa
#ffcaf3 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcaf3 on black: 14.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green79.2%
Blue95.3%
CMYK percentages
Cyan0.0%
Magenta20.8%
Yellow4.7%
Key (black)0.0%
Color previews
#ffcaf3 text on a black background
contrast 14.99:1
Card sample
#ffcaf3 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcaf3;
Background color
Panel with #ffcaf3 background
background-color: #ffcaf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcaf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 202, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 202, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcaf3; background: linear-gradient(135deg, #ffcaf3, #FFCAD0);