#f19eee
a light, vivid magenta / pink · warm · closest name: plum
RGB
241, 158, 238
HSL
302°, 75%, 78%
CMYK
0, 34, 1, 6
Luminance
0.4933
Every format
| HEX | #f19eee |
| RGB | rgb(241, 158, 238) |
| HSL | hsl(302, 75%, 78%) |
| CMYK | cmyk(0%, 34%, 1%, 6%) |
| LAB | lab(75.7 43.0 -27.6) |
| LCH | lch(75.7 51.1 327.3) |
| OKLCH | oklch(0.807 0.141 328.0) |
Copy-ready code
/* CSS */
color: #f19eee;
background-color: #f19eee;
/* Tailwind (arbitrary) */
class="text-[#f19eee] bg-[#f19eee]"
/* SCSS */
$brand: #f19eee;
/* SwiftUI */
Color(red: 0.945, green: 0.620, blue: 0.933)
/* Android */
Color.parseColor("#f19eee")Accessibility — WCAG contrast
Aa
#f19eee on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f19eee on black: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green62.0%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta34.4%
Yellow1.2%
Key (black)5.5%
Color previews
#f19eee text on a black background
contrast 10.87:1
Card sample
#f19eee text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f19eee;
Background color
Panel with #f19eee background
background-color: #f19eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f19eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 158, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 158, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f19eee; background: linear-gradient(135deg, #f19eee, #F19EB7);