#fd67ff
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 103, 255
HSL
299°, 100%, 70%
CMYK
1, 60, 0, 0
Luminance
0.3780
Every format
| HEX | #fd67ff |
| RGB | rgb(253, 103, 255) |
| HSL | hsl(299, 100%, 70%) |
| CMYK | cmyk(1%, 60%, 0%, 0%) |
| LAB | lab(67.9 75.3 -48.8) |
| LCH | lch(67.9 89.8 327.0) |
| OKLCH | oklch(0.755 0.249 327.2) |
Copy-ready code
/* CSS */
color: #fd67ff;
background-color: #fd67ff;
/* Tailwind (arbitrary) */
class="text-[#fd67ff] bg-[#fd67ff]"
/* SCSS */
$brand: #fd67ff;
/* SwiftUI */
Color(red: 0.992, green: 0.404, blue: 1.000)
/* Android */
Color.parseColor("#fd67ff")Accessibility — WCAG contrast
Aa
#fd67ff on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd67ff on black: 8.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green40.4%
Blue100.0%
CMYK percentages
Cyan0.8%
Magenta59.6%
Yellow0.0%
Key (black)0.0%
Color previews
#fd67ff text on a black background
contrast 8.56:1
Card sample
#fd67ff text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd67ff;
Background color
Panel with #fd67ff background
background-color: #fd67ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd67ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 103, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 103, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd67ff; background: linear-gradient(135deg, #fd67ff, #FF679C);