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