#ff69fc
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 105, 252
HSL
301°, 100%, 71%
CMYK
0, 59, 1, 0
Luminance
0.3839
Every format
| HEX | #ff69fc |
| RGB | rgb(255, 105, 252) |
| HSL | hsl(301, 100%, 71%) |
| CMYK | cmyk(0%, 59%, 1%, 0%) |
| LAB | lab(68.3 74.5 -46.5) |
| LCH | lch(68.3 87.8 328.0) |
| OKLCH | oklch(0.758 0.245 328.5) |
Copy-ready code
/* CSS */
color: #ff69fc;
background-color: #ff69fc;
/* Tailwind (arbitrary) */
class="text-[#ff69fc] bg-[#ff69fc]"
/* SCSS */
$brand: #ff69fc;
/* SwiftUI */
Color(red: 1.000, green: 0.412, blue: 0.988)
/* Android */
Color.parseColor("#ff69fc")Accessibility — WCAG contrast
Aa
#ff69fc on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff69fc on black: 8.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green41.2%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta58.8%
Yellow1.2%
Key (black)0.0%
Color previews
#ff69fc text on a black background
contrast 8.68:1
Card sample
#ff69fc text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff69fc;
Background color
Panel with #ff69fc background
background-color: #ff69fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff69fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 105, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 105, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff69fc; background: linear-gradient(135deg, #ff69fc, #FF6998);