#f265df
a light, electric magenta / pink · warm · closest name: violet
RGB
242, 101, 223
HSL
308°, 84%, 67%
CMYK
0, 58, 8, 5
Luminance
0.3351
Every format
| HEX | #f265df |
| RGB | rgb(242, 101, 223) |
| HSL | hsl(308, 84%, 67%) |
| CMYK | cmyk(0%, 58%, 8%, 5%) |
| LAB | lab(64.6 68.3 -36.4) |
| LCH | lch(64.6 77.4 331.9) |
| OKLCH | oklch(0.723 0.220 333.2) |
Copy-ready code
/* CSS */
color: #f265df;
background-color: #f265df;
/* Tailwind (arbitrary) */
class="text-[#f265df] bg-[#f265df]"
/* SCSS */
$brand: #f265df;
/* SwiftUI */
Color(red: 0.949, green: 0.396, blue: 0.875)
/* Android */
Color.parseColor("#f265df")Accessibility — WCAG contrast
Aa
#f265df on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f265df on black: 7.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green39.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta58.3%
Yellow7.9%
Key (black)5.1%
Color previews
#f265df text on a black background
contrast 7.70:1
Card sample
#f265df text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f265df;
Background color
Panel with #f265df background
background-color: #f265df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f265df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 101, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 101, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f265df; background: linear-gradient(135deg, #f265df, #F26581);