Magenta
#DD1AFF
PinkColor Codes
All color formats for development
HEX
#DD1AFFRGB
rgb(221, 26, 255)HSL
hsl(291, 100%, 55%)OKLCH
oklch(0.657 0.305 320.4)CMYK
cmyk(13%, 90%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D700FC
2#BF00E0
3#A700C4
4#8F00A8
5#77008C
6#5F0070
7#480054
8#300038
9#18001C
Tints
Lighter variations
1#E030FF
2#E347FF
3#E75EFF
4#EA75FF
5#EE8CFF
6#F1A3FF
7#F5BAFF
8#F8D1FF
9#FCE8FF
Tones
Muted variations
1#D525F4
2#CD30E8
3#C43CDD
4#BC47D1
5#B453C6
6#AC5EBA
7#A46AAF
8#9C75A3
9#948198
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADB #FADBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F5BD #F5BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | ED8A #ED8AFF | BordersInactive statesPlaceholder text |
| 400 | E44D #E44DFF | Disabled statesSecondary iconsMuted text |
| 500 | DD1A #DD1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | BF00 #BF00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9800 #9800B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6C00 #6C0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4500 #450052 | Primary textHigh emphasis contentDark headings |
| 950 | 2B00 #2B0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF0FF;
--magenta-100: #FADBFF;
--magenta-200: #F5BDFF;
--magenta-300: #ED8AFF;
--magenta-400: #E44DFF;
--magenta-500: #DD1AFF;
--magenta-600: #BF00E0;
--magenta-700: #9800B3;
--magenta-800: #6C0080;
--magenta-900: #450052;
--magenta-950: #2B0033;
}