#f4c2eb
a pale, vivid magenta / pink · warm · closest name: plum
RGB
244, 194, 235
HSL
311°, 69%, 86%
CMYK
0, 21, 4, 4
Luminance
0.6381
Every format
| HEX | #f4c2eb |
| RGB | rgb(244, 194, 235) |
| HSL | hsl(311, 69%, 86%) |
| CMYK | cmyk(0%, 21%, 4%, 4%) |
| LAB | lab(83.9 24.5 -13.5) |
| LCH | lch(83.9 27.9 331.1) |
| OKLCH | oklch(0.870 0.078 332.5) |
Copy-ready code
/* CSS */
color: #f4c2eb;
background-color: #f4c2eb;
/* Tailwind (arbitrary) */
class="text-[#f4c2eb] bg-[#f4c2eb]"
/* SCSS */
$brand: #f4c2eb;
/* SwiftUI */
Color(red: 0.957, green: 0.761, blue: 0.922)
/* Android */
Color.parseColor("#f4c2eb")Accessibility — WCAG contrast
Aa
#f4c2eb on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4c2eb on black: 13.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green76.1%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta20.5%
Yellow3.7%
Key (black)4.3%
Color previews
#f4c2eb text on a black background
contrast 13.76:1
Card sample
#f4c2eb text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4c2eb;
Background color
Panel with #f4c2eb background
background-color: #f4c2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4c2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 194, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 194, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4c2eb; background: linear-gradient(135deg, #f4c2eb, #F4C2CA);