#f25cdf
a light, electric magenta / pink · warm · closest name: violet
RGB
242, 92, 223
HSL
308°, 85%, 66%
CMYK
0, 62, 8, 5
Luminance
0.3186
Every format
| HEX | #f25cdf |
| RGB | rgb(242, 92, 223) |
| HSL | hsl(308, 85%, 66%) |
| CMYK | cmyk(0%, 62%, 8%, 5%) |
| LAB | lab(63.2 72.0 -38.5) |
| LCH | lch(63.2 81.7 331.8) |
| OKLCH | oklch(0.713 0.233 333.1) |
Copy-ready code
/* CSS */
color: #f25cdf;
background-color: #f25cdf;
/* Tailwind (arbitrary) */
class="text-[#f25cdf] bg-[#f25cdf]"
/* SCSS */
$brand: #f25cdf;
/* SwiftUI */
Color(red: 0.949, green: 0.361, blue: 0.875)
/* Android */
Color.parseColor("#f25cdf")Accessibility — WCAG contrast
Aa
#f25cdf on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f25cdf on black: 7.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green36.1%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta62.0%
Yellow7.9%
Key (black)5.1%
Color previews
#f25cdf text on a black background
contrast 7.37:1
Card sample
#f25cdf text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f25cdf;
Background color
Panel with #f25cdf background
background-color: #f25cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f25cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 92, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 92, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f25cdf; background: linear-gradient(135deg, #f25cdf, #F25C7B);