#f26bc9
a light, electric magenta / pink · warm · closest name: orchid
RGB
242, 107, 201
HSL
318°, 84%, 68%
CMYK
0, 56, 17, 5
Luminance
0.3361
Every format
| HEX | #f26bc9 |
| RGB | rgb(242, 107, 201) |
| HSL | hsl(318, 84%, 68%) |
| CMYK | cmyk(0%, 56%, 17%, 5%) |
| LAB | lab(64.7 62.4 -24.0) |
| LCH | lch(64.7 66.8 339.0) |
| OKLCH | oklch(0.721 0.196 340.8) |
Copy-ready code
/* CSS */
color: #f26bc9;
background-color: #f26bc9;
/* Tailwind (arbitrary) */
class="text-[#f26bc9] bg-[#f26bc9]"
/* SCSS */
$brand: #f26bc9;
/* SwiftUI */
Color(red: 0.949, green: 0.420, blue: 0.788)
/* Android */
Color.parseColor("#f26bc9")Accessibility — WCAG contrast
Aa
#f26bc9 on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f26bc9 on black: 7.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green42.0%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta55.8%
Yellow16.9%
Key (black)5.1%
Color previews
#f26bc9 text on a black background
contrast 7.72:1
Card sample
#f26bc9 text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f26bc9;
Background color
Panel with #f26bc9 background
background-color: #f26bc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f26bc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 107, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 107, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f26bc9; background: linear-gradient(135deg, #f26bc9, #F26B6F);