#ff63d3
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 99, 211
HSL
317°, 100%, 69%
CMYK
0, 61, 17, 0
Luminance
0.3489
Every format
| HEX | #ff63d3 |
| RGB | rgb(255, 99, 211) |
| HSL | hsl(317, 100%, 69%) |
| CMYK | cmyk(0%, 61%, 17%, 0%) |
| LAB | lab(65.7 70.8 -27.9) |
| LCH | lch(65.7 76.1 338.5) |
| OKLCH | oklch(0.733 0.223 340.4) |
Copy-ready code
/* CSS */
color: #ff63d3;
background-color: #ff63d3;
/* Tailwind (arbitrary) */
class="text-[#ff63d3] bg-[#ff63d3]"
/* SCSS */
$brand: #ff63d3;
/* SwiftUI */
Color(red: 1.000, green: 0.388, blue: 0.827)
/* Android */
Color.parseColor("#ff63d3")Accessibility — WCAG contrast
Aa
#ff63d3 on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff63d3 on black: 7.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green38.8%
Blue82.7%
CMYK percentages
Cyan0.0%
Magenta61.2%
Yellow17.3%
Key (black)0.0%
Color previews
#ff63d3 text on a black background
contrast 7.98:1
Card sample
#ff63d3 text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff63d3;
Background color
Panel with #ff63d3 background
background-color: #ff63d3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff63d3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 99, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 99, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff63d3; background: linear-gradient(135deg, #ff63d3, #FF636B);