Black
#1F042F
PurpleColor Codes
All color formats for development
HEX
#1F042FRGB
rgb(31, 4, 47)HSL
hsl(278, 84%, 10%)OKLCH
oklch(0.191 0.083 309.6)CMYK
cmyk(34%, 91%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C042A
2#190326
3#160321
4#13021C
5#100217
6#0C0213
7#09010E
8#060109
9#030005
Tints
Lighter variations
1#3B0859
2#570B83
3#730FAE
4#9013D8
5#A62CED
6#B856F0
7#CA80F4
8#DBABF8
9#EDD5FB
Tones
Muted variations
1#1F062D
2#1E082B
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 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DE #F1DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5C2 #E5C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | D193 #D193F6 | BordersInactive statesPlaceholder text |
| 400 | BA5B #BA5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | A62C #A62CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 8912 #8912CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6D0E #6D0EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4E0A #4E0A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3207 #32074B | Primary textHigh emphasis contentDark headings |
| 950 | 1F04 #1F042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F9F1FE;
--black-100: #F1DEFC;
--black-200: #E5C2FA;
--black-300: #D193F6;
--black-400: #BA5BF1;
--black-500: #A62CED;
--black-600: #8912CE;
--black-700: #6D0EA4;
--black-800: #4E0A75;
--black-900: #32074B;
--black-950: #1F042F;
}