Magenta
#D026F2
PinkColor Codes
All color formats for development
HEX
#D026F2RGB
rgb(208, 38, 242)HSL
hsl(290, 89%, 55%)OKLCH
oklch(0.635 0.285 319.8)CMYK
cmyk(14%, 84%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C90EEF
2#B30CD4
3#9C0BBA
4#86099F
5#700885
6#59066A
7#430550
8#2D0335
9#16021B
Tints
Lighter variations
1#D53CF4
2#DA51F5
3#DE67F6
4#E37DF7
5#E893F9
6#ECA8FA
7#F1BEFB
8#F6D4FC
9#FAE9FE
Tones
Muted variations
1#CA30E8
2#C33BDE
3#BC45D4
4#B54FCA
5#AE59BF
6#A763B5
7#A16EAB
8#9A78A1
9#938296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DD #F8DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2C0 #F2C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | E790 #E790F9 | BordersInactive statesPlaceholder text |
| 400 | DB56 #DB56F5 | Disabled statesSecondary iconsMuted text |
| 500 | D026 #D026F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | B30C #B30CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8E0A #8E0AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6607 #660778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4104 #41044D | Primary textHigh emphasis contentDark headings |
| 950 | 2903 #290330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF1FE;
--magenta-100: #F8DDFD;
--magenta-200: #F2C0FB;
--magenta-300: #E790F9;
--magenta-400: #DB56F5;
--magenta-500: #D026F2;
--magenta-600: #B30CD4;
--magenta-700: #8E0AA9;
--magenta-800: #660778;
--magenta-900: #41044D;
--magenta-950: #290330;
}