Magenta
#DD03CB
PinkColor Codes
All color formats for development
HEX
#DD03CBRGB
rgb(221, 3, 203)HSL
hsl(305, 97%, 44%)OKLCH
oklch(0.62 0.277 332.9)CMYK
cmyk(0%, 99%, 8%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C703B7
2#B103A2
3#9B028E
4#85027A
5#6F0265
6#580151
7#42013D
8#2C0129
9#160014
Tints
Lighter variations
1#F904E5
2#FC1EE9
3#FC3AEC
4#FC56EF
5#FD72F1
6#FD8EF4
7#FEABF7
8#FEC7FA
9#FFE3FC
Tones
Muted variations
1#D20EC2
2#C719B9
3#BC24B0
4#B22FA7
5#A73A9E
6#9C4594
7#91508B
8#865A82
9#7B6579
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8B #FD8BF4 | BordersInactive statesPlaceholder text |
| 400 | FC4F #FC4FEE | Disabled statesSecondary iconsMuted text |
| 500 | FC1D #FC1DE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | DD03 #DD03CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | B003 #B003A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E02 #7E0273 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5001 #50014A | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32012E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FFF0FE;
--magenta-100: #FEDCFC;
--magenta-200: #FEBEF9;
--magenta-300: #FD8BF4;
--magenta-400: #FC4FEE;
--magenta-500: #FC1DE9;
--magenta-600: #DD03CB;
--magenta-700: #B003A1;
--magenta-800: #7E0273;
--magenta-900: #50014A;
--magenta-950: #32012E;
}