Black
#1F052E
PurpleColor Codes
All color formats for development
HEX
#1F052ERGB
rgb(31, 5, 46)HSL
hsl(278, 80%, 10%)OKLCH
oklch(0.192 0.08 310.1)CMYK
cmyk(33%, 89%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C0529
2#190425
3#160420
4#13031C
5#0F0317
6#0C0212
7#09020E
8#060109
9#030105
Tints
Lighter variations
1#3B0A57
2#570E81
3#7213AA
4#8E17D3
5#A530E8
6#B75AED
7#C983F1
8#DBACF6
9#EDD6FA
Tones
Muted variations
1#1E072C
2#1E092A
3#1D0B28
4#1D0D26
5#1C0F24
6#1C1122
7#1B1320
8#1B151E
9#1A171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DF #F1DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5C3 #E5C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D195 #D195F3 | BordersInactive statesPlaceholder text |
| 400 | B95E #B95EED | Disabled statesSecondary iconsMuted text |
| 500 | A530 #A530E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8816 #8816CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6C12 #6C12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4D0D #4D0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3208 #320849 | Primary textHigh emphasis contentDark headings |
| 950 | 1F05 #1F052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F9F1FD;
--black-100: #F1DFFB;
--black-200: #E5C3F8;
--black-300: #D195F3;
--black-400: #B95EED;
--black-500: #A530E8;
--black-600: #8816CA;
--black-700: #6C12A1;
--black-800: #4D0D73;
--black-900: #320849;
--black-950: #1F052E;
}