#f25dc0
a light, electric magenta / pink · warm · closest name: orchid
RGB
242, 93, 192
HSL
320°, 85%, 66%
CMYK
0, 62, 21, 5
Luminance
0.3051
Every format
| HEX | #f25dc0 |
| RGB | rgb(242, 93, 192) |
| HSL | hsl(320, 85%, 66%) |
| CMYK | cmyk(0%, 62%, 21%, 5%) |
| LAB | lab(62.1 67.1 -22.8) |
| LCH | lch(62.1 70.9 341.2) |
| OKLCH | oklch(0.701 0.210 343.2) |
Copy-ready code
/* CSS */
color: #f25dc0;
background-color: #f25dc0;
/* Tailwind (arbitrary) */
class="text-[#f25dc0] bg-[#f25dc0]"
/* SCSS */
$brand: #f25dc0;
/* SwiftUI */
Color(red: 0.949, green: 0.365, blue: 0.753)
/* Android */
Color.parseColor("#f25dc0")Accessibility — WCAG contrast
Aa
#f25dc0 on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f25dc0 on black: 7.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green36.5%
Blue75.3%
CMYK percentages
Cyan0.0%
Magenta61.6%
Yellow20.7%
Key (black)5.1%
Color previews
#f25dc0 text on a black background
contrast 7.10:1
Card sample
#f25dc0 text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f25dc0;
Background color
Panel with #f25dc0 background
background-color: #f25dc0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f25dc0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 93, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 93, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f25dc0; background: linear-gradient(135deg, #f25dc0, #F25D5D);