Black
#130231
PurpleColor Codes
All color formats for development
HEX
#130231RGB
rgb(19, 2, 49)HSL
hsl(262, 92%, 10%)OKLCH
oklch(0.17 0.088 292.5)CMYK
cmyk(61%, 96%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#11022C
2#0F0227
3#0D0122
4#0C011D
5#0A0118
6#080114
7#06010F
8#04000A
9#020005
Tints
Lighter variations
1#25045D
2#360689
3#4708B5
4#5909E1
5#7023F6
6#8D4FF8
7#A97BF9
8#C6A7FB
9#E2D3FD
Tones
Muted variations
1#14042F
2#14072C
3#15092A
4#160B28
5#160E25
6#171023
7#181221
8#18151E
9#19171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DD #E9DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6BF #D6BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | B68E #B68EFA | BordersInactive statesPlaceholder text |
| 400 | 9054 #9054F8 | Disabled statesSecondary iconsMuted text |
| 500 | 7023 #7023F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5509 #5509D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4307 #4307AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3005 #30057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F03 #1F034E | Primary textHigh emphasis contentDark headings |
| 950 | 1302 #130231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F5F0FE;
--black-100: #E9DDFE;
--black-200: #D6BFFC;
--black-300: #B68EFA;
--black-400: #9054F8;
--black-500: #7023F6;
--black-600: #5509D7;
--black-700: #4307AB;
--black-800: #30057A;
--black-900: #1F034E;
--black-950: #130231;
}