#f257ab
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
242, 87, 171
HSL
328°, 86%, 65%
CMYK
0, 64, 29, 5
Luminance
0.2863
Every format
| HEX | #f257ab |
| RGB | rgb(242, 87, 171) |
| HSL | hsl(328, 86%, 65%) |
| CMYK | cmyk(0%, 64%, 29%, 5%) |
| LAB | lab(60.5 66.9 -13.2) |
| LCH | lch(60.5 68.2 348.8) |
| OKLCH | oklch(0.686 0.206 350.4) |
Copy-ready code
/* CSS */
color: #f257ab;
background-color: #f257ab;
/* Tailwind (arbitrary) */
class="text-[#f257ab] bg-[#f257ab]"
/* SCSS */
$brand: #f257ab;
/* SwiftUI */
Color(red: 0.949, green: 0.341, blue: 0.671)
/* Android */
Color.parseColor("#f257ab")Accessibility — WCAG contrast
Aa
#f257ab on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f257ab on black: 6.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green34.1%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta64.0%
Yellow29.3%
Key (black)5.1%
Color previews
#f257ab text on a black background
contrast 6.73:1
Card sample
#f257ab text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f257ab;
Background color
Panel with #f257ab background
background-color: #f257ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f257ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 87, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 87, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f257ab; background: linear-gradient(135deg, #f257ab, #F26A57);