Purple
#A212CE
PinkColor Codes
All color formats for development
HEX
#A212CERGB
rgb(162, 18, 206)HSL
hsl(286, 84%, 44%)OKLCH
oklch(0.535 0.255 315.4)CMYK
cmyk(21%, 91%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9210BA
2#820EA5
3#720D91
4#610B7C
5#510967
6#410753
7#31053E
8#200429
9#100215
Tints
Lighter variations
1#B714E9
2#C02DED
3#C847EF
4#D061F1
5#D87CF4
6#DF96F6
7#E7B0F8
8#EFCAFA
9#F7E5FD
Tones
Muted variations
1#9D1BC5
2#9825BC
3#932EB2
4#8E38A9
5#89419F
6#844B96
7#7F548C
8#7A5D83
9#75677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DE #F5DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDC2 #EDC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | DF93 #DF93F6 | BordersInactive statesPlaceholder text |
| 400 | CE5B #CE5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | C02C #C02CED | Primary brand colorCTAsActive elementsLinks |
| 600 | A212 #A212CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 810E #810EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5C0A #5C0A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B07 #3B074B | Primary textHigh emphasis contentDark headings |
| 950 | 2504 #25042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FBF1FE;
--purple-100: #F5DEFC;
--purple-200: #EDC2FA;
--purple-300: #DF93F6;
--purple-400: #CE5BF1;
--purple-500: #C02CED;
--purple-600: #A212CE;
--purple-700: #810EA4;
--purple-800: #5C0A75;
--purple-900: #3B074B;
--purple-950: #25042F;
}