#f063cd
a light, electric magenta / pink · warm · closest name: orchid
RGB
240, 99, 205
HSL
315°, 83%, 67%
CMYK
0, 59, 15, 6
Luminance
0.3186
Every format
| HEX | #f063cd |
| RGB | rgb(240, 99, 205) |
| HSL | hsl(315, 83%, 67%) |
| CMYK | cmyk(0%, 59%, 15%, 6%) |
| LAB | lab(63.2 65.9 -28.4) |
| LCH | lch(63.2 71.8 336.7) |
| OKLCH | oklch(0.710 0.209 338.4) |
Copy-ready code
/* CSS */
color: #f063cd;
background-color: #f063cd;
/* Tailwind (arbitrary) */
class="text-[#f063cd] bg-[#f063cd]"
/* SCSS */
$brand: #f063cd;
/* SwiftUI */
Color(red: 0.941, green: 0.388, blue: 0.804)
/* Android */
Color.parseColor("#f063cd")Accessibility — WCAG contrast
Aa
#f063cd on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f063cd on black: 7.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green38.8%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta58.8%
Yellow14.6%
Key (black)5.9%
Color previews
#f063cd text on a black background
contrast 7.37:1
Card sample
#f063cd text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f063cd;
Background color
Panel with #f063cd background
background-color: #f063cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f063cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 99, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 99, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f063cd; background: linear-gradient(135deg, #f063cd, #F0636F);