#f1cceb
a pale, vivid magenta / pink · warm · closest name: pink
RGB
241, 204, 235
HSL
310°, 57%, 87%
CMYK
0, 15, 3, 6
Luminance
0.6788
Every format
| HEX | #f1cceb |
| RGB | rgb(241, 204, 235) |
| HSL | hsl(310, 57%, 87%) |
| CMYK | cmyk(0%, 15%, 3%, 6%) |
| LAB | lab(86.0 18.2 -10.4) |
| LCH | lch(86.0 20.9 330.2) |
| OKLCH | oklch(0.886 0.058 331.5) |
Copy-ready code
/* CSS */
color: #f1cceb;
background-color: #f1cceb;
/* Tailwind (arbitrary) */
class="text-[#f1cceb] bg-[#f1cceb]"
/* SCSS */
$brand: #f1cceb;
/* SwiftUI */
Color(red: 0.945, green: 0.800, blue: 0.922)
/* Android */
Color.parseColor("#f1cceb")Accessibility — WCAG contrast
Aa
#f1cceb on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1cceb on black: 14.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green80.0%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta15.4%
Yellow2.5%
Key (black)5.5%
Color previews
#f1cceb text on a black background
contrast 14.58:1
Card sample
#f1cceb text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1cceb;
Background color
Panel with #f1cceb background
background-color: #f1cceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1cceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 204, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 204, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1cceb; background: linear-gradient(135deg, #f1cceb, #F1CCD3);