#f25075
a balanced, electric red · warm · closest name: crimson
RGB
242, 80, 117
HSL
346°, 86%, 63%
CMYK
0, 67, 52, 5
Luminance
0.2590
Every format
| HEX | #f25075 |
| RGB | rgb(242, 80, 117) |
| HSL | hsl(346, 86%, 63%) |
| CMYK | cmyk(0%, 67%, 52%, 5%) |
| LAB | lab(58.0 64.2 14.6) |
| LCH | lch(58.0 65.8 12.8) |
| OKLCH | oklch(0.663 0.198 10.8) |
Copy-ready code
/* CSS */
color: #f25075;
background-color: #f25075;
/* Tailwind (arbitrary) */
class="text-[#f25075] bg-[#f25075]"
/* SCSS */
$brand: #f25075;
/* SwiftUI */
Color(red: 0.949, green: 0.314, blue: 0.459)
/* Android */
Color.parseColor("#f25075")Accessibility — WCAG contrast
Aa
#f25075 on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f25075 on black: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green31.4%
Blue45.9%
CMYK percentages
Cyan0.0%
Magenta66.9%
Yellow51.7%
Key (black)5.1%
Color previews
#f25075 text on a black background
contrast 6.18:1
Card sample
#f25075 text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f25075;
Background color
Panel with #f25075 background
background-color: #f25075;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f25075;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 80, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 80, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f25075; background: linear-gradient(135deg, #f25075, #F29750);