#f3cbf0
a pale, vivid magenta / pink · warm · closest name: pink
RGB
243, 203, 240
HSL
305°, 63%, 88%
CMYK
0, 17, 1, 5
Luminance
0.6806
Every format
| HEX | #f3cbf0 |
| RGB | rgb(243, 203, 240) |
| HSL | hsl(305, 63%, 88%) |
| CMYK | cmyk(0%, 17%, 1%, 5%) |
| LAB | lab(86.0 20.3 -12.9) |
| LCH | lch(86.0 24.0 327.5) |
| OKLCH | oklch(0.887 0.066 328.5) |
Copy-ready code
/* CSS */
color: #f3cbf0;
background-color: #f3cbf0;
/* Tailwind (arbitrary) */
class="text-[#f3cbf0] bg-[#f3cbf0]"
/* SCSS */
$brand: #f3cbf0;
/* SwiftUI */
Color(red: 0.953, green: 0.796, blue: 0.941)
/* Android */
Color.parseColor("#f3cbf0")Accessibility — WCAG contrast
Aa
#f3cbf0 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3cbf0 on black: 14.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green79.6%
Blue94.1%
CMYK percentages
Cyan0.0%
Magenta16.5%
Yellow1.2%
Key (black)4.7%
Color previews
#f3cbf0 text on a black background
contrast 14.61:1
Card sample
#f3cbf0 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3cbf0;
Background color
Panel with #f3cbf0 background
background-color: #f3cbf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3cbf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 203, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 203, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3cbf0; background: linear-gradient(135deg, #f3cbf0, #F3CBD5);