#f79eee
a light, electric magenta / pink · warm · closest name: plum
RGB
247, 158, 238
HSL
306°, 85%, 79%
CMYK
0, 36, 4, 3
Luminance
0.5040
Every format
| HEX | #f79eee |
| RGB | rgb(247, 158, 238) |
| HSL | hsl(306, 85%, 79%) |
| CMYK | cmyk(0%, 36%, 4%, 3%) |
| LAB | lab(76.3 44.9 -26.5) |
| LCH | lch(76.3 52.1 329.4) |
| OKLCH | oklch(0.814 0.145 330.5) |
Copy-ready code
/* CSS */
color: #f79eee;
background-color: #f79eee;
/* Tailwind (arbitrary) */
class="text-[#f79eee] bg-[#f79eee]"
/* SCSS */
$brand: #f79eee;
/* SwiftUI */
Color(red: 0.969, green: 0.620, blue: 0.933)
/* Android */
Color.parseColor("#f79eee")Accessibility — WCAG contrast
Aa
#f79eee on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f79eee on black: 11.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green62.0%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta36.0%
Yellow3.6%
Key (black)3.1%
Color previews
#f79eee text on a black background
contrast 11.08:1
Card sample
#f79eee text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f79eee;
Background color
Panel with #f79eee background
background-color: #f79eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f79eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 158, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 158, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f79eee; background: linear-gradient(135deg, #f79eee, #F79EB3);