Black
#1A062D
PurpleColor Codes
All color formats for development
HEX
#1A062DRGB
rgb(26, 6, 45)HSL
hsl(271, 76%, 10%)OKLCH
oklch(0.185 0.075 303.5)CMYK
cmyk(42%, 87%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#180628
2#150524
3#12041F
4#10041B
5#0D0316
6#0A0212
7#08020D
8#050109
9#030104
Tints
Lighter variations
1#320C55
2#49117E
3#6117A6
4#781CCE
5#8F35E3
6#A65DE9
7#BC86EE
8#D2AEF4
9#E9D7F9
Tones
Muted variations
1#1A082B
2#1A0A29
3#1A0C27
4#1A0E25
5#1A1023
6#1A1221
7#1A141F
8#1A161D
9#1A181B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F2 #F8F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEE0 #EEE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFC5 #DFC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C698 #C698F1 | BordersInactive statesPlaceholder text |
| 400 | A862 #A862EA | Disabled statesSecondary iconsMuted text |
| 500 | 8F35 #8F35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 731B #731BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C15 #5C159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 410F #410F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A0A #2A0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1A06 #1A062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F8F2FD;
--black-100: #EEE0FB;
--black-200: #DFC5F7;
--black-300: #C698F1;
--black-400: #A862EA;
--black-500: #8F35E3;
--black-600: #731BC5;
--black-700: #5C159D;
--black-800: #410F70;
--black-900: #2A0A48;
--black-950: #1A062D;
}