#f9256c
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
249, 37, 108
HSL
340°, 95%, 56%
CMYK
0, 85, 57, 2
Luminance
0.2255
Every format
| HEX | #f9256c |
| RGB | rgb(249, 37, 108) |
| HSL | hsl(340, 95%, 56%) |
| CMYK | cmyk(0%, 85%, 57%, 2%) |
| LAB | lab(54.6 77.8 15.5) |
| LCH | lch(54.6 79.4 11.3) |
| OKLCH | oklch(0.640 0.240 9.4) |
Copy-ready code
/* CSS */
color: #f9256c;
background-color: #f9256c;
/* Tailwind (arbitrary) */
class="text-[#f9256c] bg-[#f9256c]"
/* SCSS */
$brand: #f9256c;
/* SwiftUI */
Color(red: 0.976, green: 0.145, blue: 0.424)
/* Android */
Color.parseColor("#f9256c")Accessibility — WCAG contrast
Aa
#f9256c on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f9256c on black: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green14.5%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta85.1%
Yellow56.6%
Key (black)2.4%
Color previews
#f9256c text on a black background
contrast 5.51:1
Card sample
#f9256c text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9256c;
Background color
Panel with #f9256c background
background-color: #f9256c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9256c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 37, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 37, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9256c; background: linear-gradient(135deg, #f9256c, #F96B25);