Magenta
#ED2CD0
PinkColor Codes
All color formats for development
HEX
#ED2CD0RGB
rgb(237, 44, 208)HSL
hsl(309, 84%, 55%)OKLCH
oklch(0.661 0.269 335.6)CMYK
cmyk(0%, 81%, 12%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E814C8
2#CE12B2
3#B5109C
4#9B0D86
5#810B6F
6#670959
7#4D0743
8#34042D
9#1A0216
Tints
Lighter variations
1#EE41D4
2#F056D9
3#F26BDE
4#F480E3
5#F695E7
6#F8ABEC
7#F9C0F1
8#FBD5F6
9#FDEAFA
Tones
Muted variations
1#E335C9
2#D93FC2
3#D049BB
4#C652B5
5#BC5CAE
6#B366A7
7#A96FA0
8#A0799A
9#968393
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F693 #F693E7 | BordersInactive statesPlaceholder text |
| 400 | F15B #F15BDA | Disabled statesSecondary iconsMuted text |
| 500 | ED2C #ED2CD0 | Primary brand colorCTAsActive elementsLinks |
| 600 | CE12 #CE12B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A40E #A40E8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750A #750A65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0741 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0428 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FEF1FC;
--magenta-100: #FCDEF8;
--magenta-200: #FAC2F1;
--magenta-300: #F693E7;
--magenta-400: #F15BDA;
--magenta-500: #ED2CD0;
--magenta-600: #CE12B2;
--magenta-700: #A40E8E;
--magenta-800: #750A65;
--magenta-900: #4B0741;
--magenta-950: #2F0428;
}