Black
#1A0231
PurpleColor Codes
All color formats for development
HEX
#1A0231RGB
rgb(26, 2, 49)HSL
hsl(271, 92%, 10%)OKLCH
oklch(0.181 0.088 302.1)CMYK
cmyk(47%, 96%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18022C
2#150227
3#120122
4#10011D
5#0D0118
6#0B0114
7#08010F
8#05000A
9#030005
Tints
Lighter variations
1#32045D
2#4A0689
3#6108B5
4#7909E1
5#9023F6
6#A64FF8
7#BC7BF9
8#D3A7FB
9#E9D3FD
Tones
Muted variations
1#1A042F
2#1A072C
3#1A092A
4#1A0B28
5#1A0E25
6#1A1023
7#1A1221
8#1A151E
9#1A171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDD #EEDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFBF #DFBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | C68E #C68EFA | BordersInactive statesPlaceholder text |
| 400 | A854 #A854F8 | Disabled statesSecondary iconsMuted text |
| 500 | 9023 #9023F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7409 #7409D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C07 #5C07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4205 #42057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A03 #2A034E | Primary textHigh emphasis contentDark headings |
| 950 | 1A02 #1A0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F8F0FE;
--black-100: #EEDDFE;
--black-200: #DFBFFC;
--black-300: #C68EFA;
--black-400: #A854F8;
--black-500: #9023F6;
--black-600: #7409D7;
--black-700: #5C07AB;
--black-800: #42057A;
--black-900: #2A034E;
--black-950: #1A0231;
}