Magenta
#DB22F7
PinkColor Codes
All color formats for development
HEX
#DB22F7RGB
rgb(219, 34, 247)HSL
hsl(292, 93%, 55%)OKLCH
oklch(0.652 0.295 321.6)CMYK
cmyk(11%, 86%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D409F4
2#BD08D9
3#A507BD
4#8E06A2
5#760587
6#5E046C
7#470351
8#2F0236
9#18011B
Tints
Lighter variations
1#DE38F8
2#E24EF9
3#E564F9
4#E97AFA
5#ED90FB
6#F0A6FC
7#F4BDFD
8#F8D3FD
9#FBE9FE
Tones
Muted variations
1#D32CEC
2#CB37E2
3#C342D7
4#BB4CCC
5#B357C2
6#AC62B7
7#A46CAC
8#9C77A2
9#948297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DD #F9DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4BF #F4BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | EC8E #EC8EFB | BordersInactive statesPlaceholder text |
| 400 | E353 #E353F9 | Disabled statesSecondary iconsMuted text |
| 500 | DB22 #DB22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | BD08 #BD08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9606 #9606AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6B04 #6B047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4503 #45034F | Primary textHigh emphasis contentDark headings |
| 950 | 2B02 #2B0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF0FE;
--magenta-100: #F9DDFE;
--magenta-200: #F4BFFD;
--magenta-300: #EC8EFB;
--magenta-400: #E353F9;
--magenta-500: #DB22F7;
--magenta-600: #BD08D9;
--magenta-700: #9606AC;
--magenta-800: #6B047B;
--magenta-900: #45034F;
--magenta-950: #2B0231;
}