Black
#1F072C
PurpleColor Codes
All color formats for development
HEX
#1F072CRGB
rgb(31, 7, 44)HSL
hsl(279, 73%, 10%)OKLCH
oklch(0.193 0.074 311.3)CMYK
cmyk(30%, 84%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C0628
2#190623
3#16051F
4#13041A
5#100316
6#0C0312
7#09020D
8#060109
9#030104
Tints
Lighter variations
1#3B0D54
2#57137C
3#7319A3
4#8F20CB
5#A538E0
6#B760E6
7#C988EC
8#DBB0F3
9#EDD7F9
Tones
Muted variations
1#1F092A
2#1E0B28
3#1D0C27
4#1D0E25
5#1C1023
6#1C1221
7#1B141F
8#1B161D
9#1A181B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F2 #F9F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1E0 #F1E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5C6 #E5C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | D19A #D19AEF | BordersInactive statesPlaceholder text |
| 400 | B965 #B965E7 | Disabled statesSecondary iconsMuted text |
| 500 | A538 #A538E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 891E #891EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6D18 #6D189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4E11 #4E116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 320B #320B47 | Primary textHigh emphasis contentDark headings |
| 950 | 1F07 #1F072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F9F2FD;
--black-100: #F1E0FA;
--black-200: #E5C6F6;
--black-300: #D19AEF;
--black-400: #B965E7;
--black-500: #A538E0;
--black-600: #891EC2;
--black-700: #6D189A;
--black-800: #4E116E;
--black-900: #320B47;
--black-950: #1F072C;
}