#f4bee9
a pale, vivid magenta / pink · warm · closest name: plum
RGB
244, 190, 233
HSL
312°, 71%, 85%
CMYK
0, 22, 5, 4
Luminance
0.6194
Every format
| HEX | #f4bee9 |
| RGB | rgb(244, 190, 233) |
| HSL | hsl(312, 71%, 85%) |
| CMYK | cmyk(0%, 22%, 5%, 4%) |
| LAB | lab(82.9 26.2 -13.9) |
| LCH | lch(82.9 29.7 332.1) |
| OKLCH | oklch(0.863 0.083 333.5) |
Copy-ready code
/* CSS */
color: #f4bee9;
background-color: #f4bee9;
/* Tailwind (arbitrary) */
class="text-[#f4bee9] bg-[#f4bee9]"
/* SCSS */
$brand: #f4bee9;
/* SwiftUI */
Color(red: 0.957, green: 0.745, blue: 0.914)
/* Android */
Color.parseColor("#f4bee9")Accessibility — WCAG contrast
Aa
#f4bee9 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4bee9 on black: 13.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green74.5%
Blue91.4%
CMYK percentages
Cyan0.0%
Magenta22.1%
Yellow4.5%
Key (black)4.3%
Color previews
#f4bee9 text on a black background
contrast 13.39:1
Card sample
#f4bee9 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4bee9;
Background color
Panel with #f4bee9 background
background-color: #f4bee9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4bee9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 190, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 190, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4bee9; background: linear-gradient(135deg, #f4bee9, #F4BEC5);