#f25dcf
a light, electric magenta / pink · warm · closest name: orchid
RGB
242, 93, 207
HSL
314°, 85%, 66%
CMYK
0, 62, 15, 5
Luminance
0.3121
Every format
| HEX | #f25dcf |
| RGB | rgb(242, 93, 207) |
| HSL | hsl(314, 85%, 66%) |
| CMYK | cmyk(0%, 62%, 15%, 5%) |
| LAB | lab(62.7 69.2 -30.4) |
| LCH | lch(62.7 75.6 336.3) |
| OKLCH | oklch(0.707 0.220 338.1) |
Copy-ready code
/* CSS */
color: #f25dcf;
background-color: #f25dcf;
/* Tailwind (arbitrary) */
class="text-[#f25dcf] bg-[#f25dcf]"
/* SCSS */
$brand: #f25dcf;
/* SwiftUI */
Color(red: 0.949, green: 0.365, blue: 0.812)
/* Android */
Color.parseColor("#f25dcf")Accessibility — WCAG contrast
Aa
#f25dcf on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f25dcf on black: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green36.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta61.6%
Yellow14.5%
Key (black)5.1%
Color previews
#f25dcf text on a black background
contrast 7.24:1
Card sample
#f25dcf text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f25dcf;
Background color
Panel with #f25dcf background
background-color: #f25dcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f25dcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 93, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 93, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f25dcf; background: linear-gradient(135deg, #f25dcf, #F25D6C);