#fc69cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
252, 105, 207
HSL
318°, 96%, 70%
CMYK
0, 58, 18, 1
Luminance
0.3530
Every format
| HEX | #fc69cf |
| RGB | rgb(252, 105, 207) |
| HSL | hsl(318, 96%, 70%) |
| CMYK | cmyk(0%, 58%, 18%, 1%) |
| LAB | lab(66.0 66.9 -25.2) |
| LCH | lch(66.0 71.5 339.4) |
| OKLCH | oklch(0.734 0.210 341.3) |
Copy-ready code
/* CSS */
color: #fc69cf;
background-color: #fc69cf;
/* Tailwind (arbitrary) */
class="text-[#fc69cf] bg-[#fc69cf]"
/* SCSS */
$brand: #fc69cf;
/* SwiftUI */
Color(red: 0.988, green: 0.412, blue: 0.812)
/* Android */
Color.parseColor("#fc69cf")Accessibility — WCAG contrast
Aa
#fc69cf on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc69cf on black: 8.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green41.2%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta58.3%
Yellow17.9%
Key (black)1.2%
Color previews
#fc69cf text on a black background
contrast 8.06:1
Card sample
#fc69cf text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc69cf;
Background color
Panel with #fc69cf background
background-color: #fc69cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc69cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 105, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 105, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc69cf; background: linear-gradient(135deg, #fc69cf, #FC696D);