#f26dbf
a light, electric magenta / pink · warm · closest name: orchid
RGB
242, 109, 191
HSL
323°, 84%, 69%
CMYK
0, 55, 21, 5
Luminance
0.3358
Every format
| HEX | #f26dbf |
| RGB | rgb(242, 109, 191) |
| HSL | hsl(323, 84%, 69%) |
| CMYK | cmyk(0%, 55%, 21%, 5%) |
| LAB | lab(64.6 60.1 -18.4) |
| LCH | lch(64.6 62.8 343.0) |
| OKLCH | oklch(0.719 0.186 344.9) |
Copy-ready code
/* CSS */
color: #f26dbf;
background-color: #f26dbf;
/* Tailwind (arbitrary) */
class="text-[#f26dbf] bg-[#f26dbf]"
/* SCSS */
$brand: #f26dbf;
/* SwiftUI */
Color(red: 0.949, green: 0.427, blue: 0.749)
/* Android */
Color.parseColor("#f26dbf")Accessibility — WCAG contrast
Aa
#f26dbf on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f26dbf on black: 7.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green42.7%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta55.0%
Yellow21.1%
Key (black)5.1%
Color previews
#f26dbf text on a black background
contrast 7.72:1
Card sample
#f26dbf text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f26dbf;
Background color
Panel with #f26dbf background
background-color: #f26dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f26dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 109, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 109, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f26dbf; background: linear-gradient(135deg, #f26dbf, #F2746D);