Black
#1D0231
PurpleColor Codes
All color formats for development
HEX
#1D0231RGB
rgb(29, 2, 49)HSL
hsl(274, 92%, 10%)OKLCH
oklch(0.186 0.089 306.1)CMYK
cmyk(41%, 96%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A022C
2#170227
3#140122
4#11011D
5#0E0118
6#0B0114
7#09010F
8#06000A
9#030005
Tints
Lighter variations
1#36045D
2#500689
3#6A08B5
4#8409E1
5#9A23F6
6#AE4FF8
7#C37BF9
8#D7A7FB
9#EBD3FD
Tones
Muted variations
1#1C042F
2#1C072C
3#1C092A
4#1B0B28
5#1B0E25
6#1B1023
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 | EFDD #EFDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2BF #E2BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | CC8E #CC8EFA | BordersInactive statesPlaceholder text |
| 400 | B154 #B154F8 | Disabled statesSecondary iconsMuted text |
| 500 | 9A23 #9A23F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7E09 #7E09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6407 #6407AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4805 #48057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E03 #2E034E | Primary textHigh emphasis contentDark headings |
| 950 | 1D02 #1D0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F8F0FE;
--black-100: #EFDDFE;
--black-200: #E2BFFC;
--black-300: #CC8EFA;
--black-400: #B154F8;
--black-500: #9A23F6;
--black-600: #7E09D7;
--black-700: #6407AB;
--black-800: #48057A;
--black-900: #2E034E;
--black-950: #1D0231;
}