#f565cd
a light, electric magenta / pink · warm · closest name: orchid
RGB
245, 101, 205
HSL
317°, 88%, 68%
CMYK
0, 59, 16, 4
Luminance
0.3313
Every format
| HEX | #f565cd |
| RGB | rgb(245, 101, 205) |
| HSL | hsl(317, 88%, 68%) |
| CMYK | cmyk(0%, 59%, 16%, 4%) |
| LAB | lab(64.3 66.4 -26.8) |
| LCH | lch(64.3 71.6 338.0) |
| OKLCH | oklch(0.719 0.209 339.9) |
Copy-ready code
/* CSS */
color: #f565cd;
background-color: #f565cd;
/* Tailwind (arbitrary) */
class="text-[#f565cd] bg-[#f565cd]"
/* SCSS */
$brand: #f565cd;
/* SwiftUI */
Color(red: 0.961, green: 0.396, blue: 0.804)
/* Android */
Color.parseColor("#f565cd")Accessibility — WCAG contrast
Aa
#f565cd on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f565cd on black: 7.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green39.6%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta58.8%
Yellow16.3%
Key (black)3.9%
Color previews
#f565cd text on a black background
contrast 7.63:1
Card sample
#f565cd text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f565cd;
Background color
Panel with #f565cd background
background-color: #f565cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f565cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 101, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 101, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f565cd; background: linear-gradient(135deg, #f565cd, #F5656D);