#f565db
a light, electric magenta / pink · warm · closest name: orchid
RGB
245, 101, 219
HSL
311°, 88%, 68%
CMYK
0, 59, 11, 4
Luminance
0.3383
Every format
| HEX | #f565db |
| RGB | rgb(245, 101, 219) |
| HSL | hsl(311, 88%, 68%) |
| CMYK | cmyk(0%, 59%, 11%, 4%) |
| LAB | lab(64.8 68.5 -33.8) |
| LCH | lch(64.8 76.3 333.8) |
| OKLCH | oklch(0.725 0.219 335.3) |
Copy-ready code
/* CSS */
color: #f565db;
background-color: #f565db;
/* Tailwind (arbitrary) */
class="text-[#f565db] bg-[#f565db]"
/* SCSS */
$brand: #f565db;
/* SwiftUI */
Color(red: 0.961, green: 0.396, blue: 0.859)
/* Android */
Color.parseColor("#f565db")Accessibility — WCAG contrast
Aa
#f565db on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f565db on black: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green39.6%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta58.8%
Yellow10.6%
Key (black)3.9%
Color previews
#f565db text on a black background
contrast 7.77:1
Card sample
#f565db text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f565db;
Background color
Panel with #f565db background
background-color: #f565db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f565db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 101, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 101, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f565db; background: linear-gradient(135deg, #f565db, #F5657B);