#f265cd
a light, electric magenta / pink · warm · closest name: orchid
RGB
242, 101, 205
HSL
316°, 84%, 67%
CMYK
0, 58, 15, 5
Luminance
0.3259
Every format
| HEX | #f265cd |
| RGB | rgb(242, 101, 205) |
| HSL | hsl(316, 84%, 67%) |
| CMYK | cmyk(0%, 58%, 15%, 5%) |
| LAB | lab(63.8 65.6 -27.5) |
| LCH | lch(63.8 71.1 337.3) |
| OKLCH | oklch(0.715 0.207 339.1) |
Copy-ready code
/* CSS */
color: #f265cd;
background-color: #f265cd;
/* Tailwind (arbitrary) */
class="text-[#f265cd] bg-[#f265cd]"
/* SCSS */
$brand: #f265cd;
/* SwiftUI */
Color(red: 0.949, green: 0.396, blue: 0.804)
/* Android */
Color.parseColor("#f265cd")Accessibility — WCAG contrast
Aa
#f265cd on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f265cd on black: 7.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green39.6%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta58.3%
Yellow15.3%
Key (black)5.1%
Color previews
#f265cd text on a black background
contrast 7.52:1
Card sample
#f265cd text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f265cd;
Background color
Panel with #f265cd background
background-color: #f265cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f265cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 101, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 101, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f265cd; background: linear-gradient(135deg, #f265cd, #F2656F);