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