#f4b6eb
a light, vivid magenta / pink · warm · closest name: plum
RGB
244, 182, 235
HSL
309°, 74%, 84%
CMYK
0, 25, 4, 4
Luminance
0.5869
Every format
| HEX | #f4b6eb |
| RGB | rgb(244, 182, 235) |
| HSL | hsl(309, 74%, 84%) |
| CMYK | cmyk(0%, 25%, 4%, 4%) |
| LAB | lab(81.1 30.8 -17.6) |
| LCH | lch(81.1 35.5 330.2) |
| OKLCH | oklch(0.849 0.099 331.5) |
Copy-ready code
/* CSS */
color: #f4b6eb;
background-color: #f4b6eb;
/* Tailwind (arbitrary) */
class="text-[#f4b6eb] bg-[#f4b6eb]"
/* SCSS */
$brand: #f4b6eb;
/* SwiftUI */
Color(red: 0.957, green: 0.714, blue: 0.922)
/* Android */
Color.parseColor("#f4b6eb")Accessibility — WCAG contrast
Aa
#f4b6eb on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4b6eb on black: 12.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green71.4%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta25.4%
Yellow3.7%
Key (black)4.3%
Color previews
#f4b6eb text on a black background
contrast 12.74:1
Card sample
#f4b6eb text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4b6eb;
Background color
Panel with #f4b6eb background
background-color: #f4b6eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4b6eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 182, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 182, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4b6eb; background: linear-gradient(135deg, #f4b6eb, #F4B6C2);