Magenta
#DF2DEB
PinkColor Codes
All color formats for development
HEX
#DF2DEBRGB
rgb(223, 45, 235)HSL
hsl(296, 83%, 55%)OKLCH
oklch(0.655 0.281 325.2)CMYK
cmyk(5%, 81%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D915E7
2#C113CD
3#A911B4
4#910E9A
5#790C80
6#600A67
7#48074D
8#300533
9#18021A
Tints
Lighter variations
1#E242ED
2#E557EF
3#E86CF1
4#EC81F3
5#EF96F5
6#F2ABF7
7#F5C0F9
8#F9D5FB
9#FCEAFD
Tones
Muted variations
1#D737E2
2#CE40D8
3#C64ACF
4#BE53C5
5#B65DBC
6#AD66B2
7#A570A9
8#9D799F
9#958396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADE #FADEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C2 #F6C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF94 #EF94F5 | BordersInactive statesPlaceholder text |
| 400 | E65C #E65CF0 | Disabled statesSecondary iconsMuted text |
| 500 | DF2D #DF2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | C113 #C113CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 990F #990FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E0B #6E0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4607 #46074B | Primary textHigh emphasis contentDark headings |
| 950 | 2C04 #2C042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF1FE;
--magenta-100: #FADEFC;
--magenta-200: #F6C2F9;
--magenta-300: #EF94F5;
--magenta-400: #E65CF0;
--magenta-500: #DF2DEB;
--magenta-600: #C113CD;
--magenta-700: #990FA3;
--magenta-800: #6E0B75;
--magenta-900: #46074B;
--magenta-950: #2C042F;
}