#f268cd
a light, electric magenta / pink · warm · closest name: orchid
RGB
242, 104, 205
HSL
316°, 84%, 68%
CMYK
0, 57, 15, 5
Luminance
0.3319
Every format
| HEX | #f268cd |
| RGB | rgb(242, 104, 205) |
| HSL | hsl(316, 84%, 68%) |
| CMYK | cmyk(0%, 57%, 15%, 5%) |
| LAB | lab(64.3 64.3 -26.8) |
| LCH | lch(64.3 69.6 337.4) |
| OKLCH | oklch(0.719 0.203 339.2) |
Copy-ready code
/* CSS */
color: #f268cd;
background-color: #f268cd;
/* Tailwind (arbitrary) */
class="text-[#f268cd] bg-[#f268cd]"
/* SCSS */
$brand: #f268cd;
/* SwiftUI */
Color(red: 0.949, green: 0.408, blue: 0.804)
/* Android */
Color.parseColor("#f268cd")Accessibility — WCAG contrast
Aa
#f268cd on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f268cd on black: 7.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green40.8%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta57.0%
Yellow15.3%
Key (black)5.1%
Color previews
#f268cd text on a black background
contrast 7.64:1
Card sample
#f268cd text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f268cd;
Background color
Panel with #f268cd background
background-color: #f268cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f268cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 104, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 104, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f268cd; background: linear-gradient(135deg, #f268cd, #F26871);