#f274df
a light, electric magenta / pink · warm · closest name: violet
RGB
242, 116, 223
HSL
309°, 83%, 70%
CMYK
0, 52, 8, 5
Luminance
0.3670
Every format
| HEX | #f274df |
| RGB | rgb(242, 116, 223) |
| HSL | hsl(309, 83%, 70%) |
| CMYK | cmyk(0%, 52%, 8%, 5%) |
| LAB | lab(67.0 61.6 -32.6) |
| LCH | lch(67.0 69.7 332.1) |
| OKLCH | oklch(0.741 0.198 333.4) |
Copy-ready code
/* CSS */
color: #f274df;
background-color: #f274df;
/* Tailwind (arbitrary) */
class="text-[#f274df] bg-[#f274df]"
/* SCSS */
$brand: #f274df;
/* SwiftUI */
Color(red: 0.949, green: 0.455, blue: 0.875)
/* Android */
Color.parseColor("#f274df")Accessibility — WCAG contrast
Aa
#f274df on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f274df on black: 8.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green45.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta52.1%
Yellow7.9%
Key (black)5.1%
Color previews
#f274df text on a black background
contrast 8.34:1
Card sample
#f274df text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f274df;
Background color
Panel with #f274df background
background-color: #f274df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f274df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 116, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 116, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f274df; background: linear-gradient(135deg, #f274df, #F2748B);