Black
#11072C
PurpleColor Codes
All color formats for development
HEX
#11072CRGB
rgb(17, 7, 44)HSL
hsl(256, 73%, 10%)OKLCH
oklch(0.173 0.071 289.6)CMYK
cmyk(61%, 84%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F0628
2#0D0623
3#0C051F
4#0A041A
5#080316
6#070312
7#05020D
8#030109
9#020104
Tints
Lighter variations
1#200D54
2#2F137C
3#3E19A3
4#4D20CB
5#6538E0
6#8460E6
7#A388EC
8#C1B0F3
9#E0D7F9
Tones
Muted variations
1#12092A
2#130B28
3#130C27
4#140E25
5#151023
6#161221
7#17141F
8#18161D
9#19181B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F2 #F5F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E0 #E7E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3C6 #D3C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B09A #B09AEF | BordersInactive statesPlaceholder text |
| 400 | 8765 #8765E7 | Disabled statesSecondary iconsMuted text |
| 500 | 6538 #6538E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4A1E #4A1EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3B18 #3B189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2A11 #2A116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B0B #1B0B47 | Primary textHigh emphasis contentDark headings |
| 950 | 1107 #11072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F5F2FD;
--black-100: #E7E0FA;
--black-200: #D3C6F6;
--black-300: #B09AEF;
--black-400: #8765E7;
--black-500: #6538E0;
--black-600: #4A1EC2;
--black-700: #3B189A;
--black-800: #2A116E;
--black-900: #1B0B47;
--black-950: #11072C;
}