#ff63cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 99, 207
HSL
319°, 100%, 69%
CMYK
0, 61, 19, 0
Luminance
0.3469
Every format
| HEX | #ff63cf |
| RGB | rgb(255, 99, 207) |
| HSL | hsl(319, 100%, 69%) |
| CMYK | cmyk(0%, 61%, 19%, 0%) |
| LAB | lab(65.5 70.2 -25.9) |
| LCH | lch(65.5 74.8 339.8) |
| OKLCH | oklch(0.732 0.221 341.7) |
Copy-ready code
/* CSS */
color: #ff63cf;
background-color: #ff63cf;
/* Tailwind (arbitrary) */
class="text-[#ff63cf] bg-[#ff63cf]"
/* SCSS */
$brand: #ff63cf;
/* SwiftUI */
Color(red: 1.000, green: 0.388, blue: 0.812)
/* Android */
Color.parseColor("#ff63cf")Accessibility — WCAG contrast
Aa
#ff63cf on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff63cf on black: 7.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green38.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta61.2%
Yellow18.8%
Key (black)0.0%
Color previews
#ff63cf text on a black background
contrast 7.94:1
Card sample
#ff63cf text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff63cf;
Background color
Panel with #ff63cf background
background-color: #ff63cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff63cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 99, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 99, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff63cf; background: linear-gradient(135deg, #ff63cf, #FF6367);