Purple
#66037C
PinkColor Codes
All color formats for development
HEX
#66037CRGB
rgb(102, 3, 124)HSL
hsl(289, 95%, 25%)OKLCH
oklch(0.376 0.179 318.3)CMYK
cmyk(18%, 98%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C0370
2#520363
3#470257
4#3D024B
5#33023E
6#290132
7#1F0125
8#140119
9#0A000C
Tints
Lighter variations
1#8504A2
2#A305C7
3#C206EC
4#D11FF9
5#D945FA
6#E16AFB
7#E88FFC
8#F0B4FD
9#F7DAFE
Tones
Muted variations
1#620976
2#5E0F70
3#5B156A
4#571B64
5#53215E
6#4F2858
7#4B2E52
8#47344C
9#443A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DC #F8DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2BE #F2BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E88D #E88DFC | BordersInactive statesPlaceholder text |
| 400 | DB51 #DB51FB | Disabled statesSecondary iconsMuted text |
| 500 | D11F #D11FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | B406 #B406DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8F04 #8F04AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6603 #66037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4102 #410250 | Primary textHigh emphasis contentDark headings |
| 950 | 2901 #290132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FCF0FF;
--purple-100: #F8DCFE;
--purple-200: #F2BEFD;
--purple-300: #E88DFC;
--purple-400: #DB51FB;
--purple-500: #D11FF9;
--purple-600: #B406DB;
--purple-700: #8F04AE;
--purple-800: #66037C;
--purple-900: #410250;
--purple-950: #290132;
}