#f261cd
a light, electric magenta / pink · warm · closest name: orchid
RGB
242, 97, 205
HSL
315°, 85%, 67%
CMYK
0, 60, 15, 5
Luminance
0.3183
Every format
| HEX | #f261cd |
| RGB | rgb(242, 97, 205) |
| HSL | hsl(315, 85%, 67%) |
| CMYK | cmyk(0%, 60%, 15%, 5%) |
| LAB | lab(63.2 67.3 -28.4) |
| LCH | lch(63.2 73.1 337.1) |
| OKLCH | oklch(0.711 0.213 338.9) |
Copy-ready code
/* CSS */
color: #f261cd;
background-color: #f261cd;
/* Tailwind (arbitrary) */
class="text-[#f261cd] bg-[#f261cd]"
/* SCSS */
$brand: #f261cd;
/* SwiftUI */
Color(red: 0.949, green: 0.380, blue: 0.804)
/* Android */
Color.parseColor("#f261cd")Accessibility — WCAG contrast
Aa
#f261cd on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f261cd on black: 7.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green38.0%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta59.9%
Yellow15.3%
Key (black)5.1%
Color previews
#f261cd text on a black background
contrast 7.37:1
Card sample
#f261cd text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f261cd;
Background color
Panel with #f261cd background
background-color: #f261cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f261cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 97, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 97, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f261cd; background: linear-gradient(135deg, #f261cd, #F2616C);