#f56cd2
a light, electric magenta / pink · warm · closest name: orchid
RGB
245, 108, 210
HSL
315°, 87%, 69%
CMYK
0, 56, 14, 4
Luminance
0.3479
Every format
| HEX | #f56cd2 |
| RGB | rgb(245, 108, 210) |
| HSL | hsl(315, 87%, 69%) |
| CMYK | cmyk(0%, 56%, 14%, 4%) |
| LAB | lab(65.6 64.1 -27.6) |
| LCH | lch(65.6 69.8 336.7) |
| OKLCH | oklch(0.730 0.203 338.5) |
Copy-ready code
/* CSS */
color: #f56cd2;
background-color: #f56cd2;
/* Tailwind (arbitrary) */
class="text-[#f56cd2] bg-[#f56cd2]"
/* SCSS */
$brand: #f56cd2;
/* SwiftUI */
Color(red: 0.961, green: 0.424, blue: 0.824)
/* Android */
Color.parseColor("#f56cd2")Accessibility — WCAG contrast
Aa
#f56cd2 on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f56cd2 on black: 7.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green42.4%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta55.9%
Yellow14.3%
Key (black)3.9%
Color previews
#f56cd2 text on a black background
contrast 7.96:1
Card sample
#f56cd2 text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f56cd2;
Background color
Panel with #f56cd2 background
background-color: #f56cd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f56cd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 108, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 108, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f56cd2; background: linear-gradient(135deg, #f56cd2, #F56C77);