Purple
#A408D9
PinkColor Codes
All color formats for development
HEX
#A408D9RGB
rgb(164, 8, 217)HSL
hsl(285, 93%, 44%)OKLCH
oklch(0.544 0.267 313.4)CMYK
cmyk(24%, 96%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9407C3
2#8306AD
3#730598
4#630582
5#52046C
6#420357
7#310241
8#21022B
9#100116
Tints
Lighter variations
1#B909F4
2#C223F7
3#CA3EF8
4#D15AF9
5#D975FA
6#E091FB
7#E8ACFC
8#F0C8FD
9#F7E3FE
Tones
Muted variations
1#9F12CE
2#9A1DC4
3#9527B9
4#9032AF
5#8A3CA4
6#85469A
7#805190
8#7B5B85
9#75667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DD #F5DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDBF #EDBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E08E #E08EFB | BordersInactive statesPlaceholder text |
| 400 | CF53 #CF53F9 | Disabled statesSecondary iconsMuted text |
| 500 | C222 #C222F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | A408 #A408D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8306 #8306AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5D04 #5D047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C03 #3C034F | Primary textHigh emphasis contentDark headings |
| 950 | 2502 #250231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FBF0FE;
--purple-100: #F5DDFE;
--purple-200: #EDBFFD;
--purple-300: #E08EFB;
--purple-400: #CF53F9;
--purple-500: #C222F7;
--purple-600: #A408D9;
--purple-700: #8306AC;
--purple-800: #5D047B;
--purple-900: #3C034F;
--purple-950: #250231;
}