#f39eee
a light, electric magenta / pink · warm · closest name: plum
RGB
243, 158, 238
HSL
304°, 78%, 79%
CMYK
0, 35, 2, 5
Luminance
0.4968
Every format
| HEX | #f39eee |
| RGB | rgb(243, 158, 238) |
| HSL | hsl(304, 78%, 79%) |
| CMYK | cmyk(0%, 35%, 2%, 5%) |
| LAB | lab(75.9 43.6 -27.2) |
| LCH | lch(75.9 51.4 328.0) |
| OKLCH | oklch(0.809 0.143 328.9) |
Copy-ready code
/* CSS */
color: #f39eee;
background-color: #f39eee;
/* Tailwind (arbitrary) */
class="text-[#f39eee] bg-[#f39eee]"
/* SCSS */
$brand: #f39eee;
/* SwiftUI */
Color(red: 0.953, green: 0.620, blue: 0.933)
/* Android */
Color.parseColor("#f39eee")Accessibility — WCAG contrast
Aa
#f39eee on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f39eee on black: 10.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green62.0%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta35.0%
Yellow2.1%
Key (black)4.7%
Color previews
#f39eee text on a black background
contrast 10.94:1
Card sample
#f39eee text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f39eee;
Background color
Panel with #f39eee background
background-color: #f39eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f39eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 158, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 158, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f39eee; background: linear-gradient(135deg, #f39eee, #F39EB5);