#f25df6
a light, electric magenta / pink · warm · closest name: violet
RGB
242, 93, 246
HSL
298°, 90%, 67%
CMYK
2, 62, 0, 4
Luminance
0.3336
Every format
| HEX | #f25df6 |
| RGB | rgb(242, 93, 246) |
| HSL | hsl(298, 90%, 67%) |
| CMYK | cmyk(2%, 62%, 0%, 4%) |
| LAB | lab(64.5 75.3 -49.4) |
| LCH | lch(64.5 90.0 326.7) |
| OKLCH | oklch(0.726 0.249 326.7) |
Copy-ready code
/* CSS */
color: #f25df6;
background-color: #f25df6;
/* Tailwind (arbitrary) */
class="text-[#f25df6] bg-[#f25df6]"
/* SCSS */
$brand: #f25df6;
/* SwiftUI */
Color(red: 0.949, green: 0.365, blue: 0.965)
/* Android */
Color.parseColor("#f25df6")Accessibility — WCAG contrast
Aa
#f25df6 on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f25df6 on black: 7.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green36.5%
Blue96.5%
CMYK percentages
Cyan1.6%
Magenta62.2%
Yellow0.0%
Key (black)3.5%
Color previews
#f25df6 text on a black background
contrast 7.67:1
Card sample
#f25df6 text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f25df6;
Background color
Panel with #f25df6 background
background-color: #f25df6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f25df6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 93, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 93, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f25df6; background: linear-gradient(135deg, #f25df6, #F65D94);