#fc69df
a light, electric magenta / pink · warm · closest name: violet
RGB
252, 105, 223
HSL
312°, 96%, 70%
CMYK
0, 58, 12, 1
Luminance
0.3613
Every format
| HEX | #fc69df |
| RGB | rgb(252, 105, 223) |
| HSL | hsl(312, 96%, 70%) |
| CMYK | cmyk(0%, 58%, 12%, 1%) |
| LAB | lab(66.6 69.2 -33.1) |
| LCH | lch(66.6 76.8 334.4) |
| OKLCH | oklch(0.741 0.221 336.0) |
Copy-ready code
/* CSS */
color: #fc69df;
background-color: #fc69df;
/* Tailwind (arbitrary) */
class="text-[#fc69df] bg-[#fc69df]"
/* SCSS */
$brand: #fc69df;
/* SwiftUI */
Color(red: 0.988, green: 0.412, blue: 0.875)
/* Android */
Color.parseColor("#fc69df")Accessibility — WCAG contrast
Aa
#fc69df on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc69df on black: 8.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green41.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta58.3%
Yellow11.5%
Key (black)1.2%
Color previews
#fc69df text on a black background
contrast 8.23:1
Card sample
#fc69df text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc69df;
Background color
Panel with #fc69df background
background-color: #fc69df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc69df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 105, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 105, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc69df; background: linear-gradient(135deg, #fc69df, #FC697D);