Black
#13062D
PurpleColor Codes
All color formats for development
HEX
#13062DRGB
rgb(19, 6, 45)HSL
hsl(260, 76%, 10%)OKLCH
oklch(0.175 0.074 292.8)CMYK
cmyk(58%, 87%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#110628
2#0F0524
3#0D041F
4#0B041B
5#0A0316
6#080212
7#06020D
8#040109
9#020104
Tints
Lighter variations
1#240C55
2#35117E
3#4617A6
4#581CCE
5#6F35E3
6#8C5DE9
7#A986EE
8#C5AEF4
9#E2D7F9
Tones
Muted variations
1#14082B
2#140A29
3#150C27
4#160E25
5#161023
6#171221
7#18141F
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 | E9E0 #E9E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5C5 #D5C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B598 #B598F1 | BordersInactive statesPlaceholder text |
| 400 | 8F62 #8F62EA | Disabled statesSecondary iconsMuted text |
| 500 | 6F35 #6F35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 541B #541BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4315 #43159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 300F #300F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E0A #1E0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1306 #13062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F5F2FD;
--black-100: #E9E0FB;
--black-200: #D5C5F7;
--black-300: #B598F1;
--black-400: #8F62EA;
--black-500: #6F35E3;
--black-600: #541BC5;
--black-700: #43159D;
--black-800: #300F70;
--black-900: #1E0A48;
--black-950: #13062D;
}