#f3caeb
a pale, vivid magenta / pink · warm · closest name: pink
RGB
243, 202, 235
HSL
312°, 63%, 87%
CMYK
0, 17, 3, 5
Luminance
0.6729
Every format
| HEX | #f3caeb |
| RGB | rgb(243, 202, 235) |
| HSL | hsl(312, 63%, 87%) |
| CMYK | cmyk(0%, 17%, 3%, 5%) |
| LAB | lab(85.7 19.9 -10.8) |
| LCH | lch(85.7 22.6 331.4) |
| OKLCH | oklch(0.884 0.063 332.8) |
Copy-ready code
/* CSS */
color: #f3caeb;
background-color: #f3caeb;
/* Tailwind (arbitrary) */
class="text-[#f3caeb] bg-[#f3caeb]"
/* SCSS */
$brand: #f3caeb;
/* SwiftUI */
Color(red: 0.953, green: 0.792, blue: 0.922)
/* Android */
Color.parseColor("#f3caeb")Accessibility — WCAG contrast
Aa
#f3caeb on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3caeb on black: 14.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green79.2%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow3.3%
Key (black)4.7%
Color previews
#f3caeb text on a black background
contrast 14.46:1
Card sample
#f3caeb text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3caeb;
Background color
Panel with #f3caeb background
background-color: #f3caeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3caeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 202, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 202, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3caeb; background: linear-gradient(135deg, #f3caeb, #F3CAD0);