#f279df
a light, electric magenta / pink · warm · closest name: violet
RGB
242, 121, 223
HSL
309°, 82%, 71%
CMYK
0, 50, 8, 5
Luminance
0.3788
Every format
| HEX | #f279df |
| RGB | rgb(242, 121, 223) |
| HSL | hsl(309, 82%, 71%) |
| CMYK | cmyk(0%, 50%, 8%, 5%) |
| LAB | lab(67.9 59.3 -31.2) |
| LCH | lch(67.9 67.0 332.2) |
| OKLCH | oklch(0.748 0.190 333.6) |
Copy-ready code
/* CSS */
color: #f279df;
background-color: #f279df;
/* Tailwind (arbitrary) */
class="text-[#f279df] bg-[#f279df]"
/* SCSS */
$brand: #f279df;
/* SwiftUI */
Color(red: 0.949, green: 0.475, blue: 0.875)
/* Android */
Color.parseColor("#f279df")Accessibility — WCAG contrast
Aa
#f279df on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f279df on black: 8.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green47.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow7.9%
Key (black)5.1%
Color previews
#f279df text on a black background
contrast 8.58:1
Card sample
#f279df text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f279df;
Background color
Panel with #f279df background
background-color: #f279df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f279df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 121, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 121, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f279df; background: linear-gradient(135deg, #f279df, #F2798E);