Purple
#6E1255
PinkColor Codes
All color formats for development
HEX
#6E1255RGB
rgb(110, 18, 85)HSL
hsl(316, 72%, 25%)OKLCH
oklch(0.372 0.143 341.9)CMYK
cmyk(0%, 84%, 23%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#63104D
2#580E44
3#4D0C3C
4#420B33
5#37092B
6#2C0722
7#21051A
8#160411
9#0B0209
Tints
Lighter variations
1#8F176F
2#AF1D88
3#D022A2
4#DF3AB3
5#E45BC0
6#EA7BCC
7#EF9CD9
8#F4BDE6
9#FADEF2
Tones
Muted variations
1#691653
2#641B51
3#60204F
4#5B244D
5#57294A
6#522D48
7#4E3246
8#493744
9#443B42
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9AD8 | BordersInactive statesPlaceholder text |
| 400 | E665 #E665C4 | Disabled statesSecondary iconsMuted text |
| 500 | DF3A #DF3AB3 | Primary brand colorCTAsActive elementsLinks |
| 600 | C11F #C11F96 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A19 #9A1977 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E12 #6E1255 | Text on light backgroundsHeadingsStrong borders |
| 900 | 460B #460B37 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C0722 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF2FA;
--purple-100: #FAE0F3;
--purple-200: #F6C6E9;
--purple-300: #EF9AD8;
--purple-400: #E665C4;
--purple-500: #DF3AB3;
--purple-600: #C11F96;
--purple-700: #9A1977;
--purple-800: #6E1255;
--purple-900: #460B37;
--purple-950: #2C0722;
}