#f299cd
a light, electric magenta / pink · warm · closest name: plum
RGB
242, 153, 205
HSL
325°, 77%, 78%
CMYK
0, 37, 15, 5
Luminance
0.4607
Every format
| HEX | #f299cd |
| RGB | rgb(242, 153, 205) |
| HSL | hsl(325, 77%, 78%) |
| CMYK | cmyk(0%, 37%, 15%, 5%) |
| LAB | lab(73.6 40.4 -12.7) |
| LCH | lch(73.6 42.4 342.6) |
| OKLCH | oklch(0.788 0.124 344.4) |
Copy-ready code
/* CSS */
color: #f299cd;
background-color: #f299cd;
/* Tailwind (arbitrary) */
class="text-[#f299cd] bg-[#f299cd]"
/* SCSS */
$brand: #f299cd;
/* SwiftUI */
Color(red: 0.949, green: 0.600, blue: 0.804)
/* Android */
Color.parseColor("#f299cd")Accessibility — WCAG contrast
Aa
#f299cd on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f299cd on black: 10.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green60.0%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta36.8%
Yellow15.3%
Key (black)5.1%
Color previews
#f299cd text on a black background
contrast 10.21:1
Card sample
#f299cd text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f299cd;
Background color
Panel with #f299cd background
background-color: #f299cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f299cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 153, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 153, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f299cd; background: linear-gradient(135deg, #f299cd, #F2A099);