#f299df
a light, electric magenta / pink · warm · closest name: plum
RGB
242, 153, 223
HSL
313°, 77%, 78%
CMYK
0, 37, 8, 5
Luminance
0.4699
Every format
| HEX | #f299df |
| RGB | rgb(242, 153, 223) |
| HSL | hsl(313, 77%, 78%) |
| CMYK | cmyk(0%, 37%, 8%, 5%) |
| LAB | lab(74.2 43.3 -21.6) |
| LCH | lch(74.2 48.4 333.5) |
| OKLCH | oklch(0.795 0.137 335.0) |
Copy-ready code
/* CSS */
color: #f299df;
background-color: #f299df;
/* Tailwind (arbitrary) */
class="text-[#f299df] bg-[#f299df]"
/* SCSS */
$brand: #f299df;
/* SwiftUI */
Color(red: 0.949, green: 0.600, blue: 0.875)
/* Android */
Color.parseColor("#f299df")Accessibility — WCAG contrast
Aa
#f299df on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f299df on black: 10.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green60.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta36.8%
Yellow7.9%
Key (black)5.1%
Color previews
#f299df text on a black background
contrast 10.40:1
Card sample
#f299df text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f299df;
Background color
Panel with #f299df background
background-color: #f299df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f299df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 153, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 153, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f299df; background: linear-gradient(135deg, #f299df, #F299A4);