#f25fdb
a light, electric magenta / pink · warm · closest name: orchid
RGB
242, 95, 219
HSL
309°, 85%, 66%
CMYK
0, 61, 10, 5
Luminance
0.3218
Every format
| HEX | #f25fdb |
| RGB | rgb(242, 95, 219) |
| HSL | hsl(309, 85%, 66%) |
| CMYK | cmyk(0%, 61%, 10%, 5%) |
| LAB | lab(63.5 70.2 -35.9) |
| LCH | lch(63.5 78.8 332.9) |
| OKLCH | oklch(0.715 0.226 334.3) |
Copy-ready code
/* CSS */
color: #f25fdb;
background-color: #f25fdb;
/* Tailwind (arbitrary) */
class="text-[#f25fdb] bg-[#f25fdb]"
/* SCSS */
$brand: #f25fdb;
/* SwiftUI */
Color(red: 0.949, green: 0.373, blue: 0.859)
/* Android */
Color.parseColor("#f25fdb")Accessibility — WCAG contrast
Aa
#f25fdb on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f25fdb on black: 7.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green37.3%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta60.7%
Yellow9.5%
Key (black)5.1%
Color previews
#f25fdb text on a black background
contrast 7.44:1
Card sample
#f25fdb text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f25fdb;
Background color
Panel with #f25fdb background
background-color: #f25fdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f25fdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 95, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 95, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f25fdb; background: linear-gradient(135deg, #f25fdb, #F25F79);