Black
#1B062D
PurpleColor Codes
All color formats for development
HEX
#1B062DRGB
rgb(27, 6, 45)HSL
hsl(272, 76%, 10%)OKLCH
oklch(0.186 0.075 304.9)CMYK
cmyk(40%, 87%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#180628
2#150524
3#13041F
4#10041B
5#0D0316
6#0B0212
7#08020D
8#050109
9#030104
Tints
Lighter variations
1#330C55
2#4B117E
3#6317A6
4#7B1CCE
5#9235E3
6#A85DE9
7#BE86EE
8#D3AEF4
9#E9D7F9
Tones
Muted variations
1#1B082B
2#1B0A29
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 | E0C5 #E0C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C798 #C798F1 | BordersInactive statesPlaceholder text |
| 400 | AA62 #AA62EA | Disabled statesSecondary iconsMuted text |
| 500 | 9235 #9235E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 761B #761BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E15 #5E159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 430F #430F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B0A #2B0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1B06 #1B062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F8F2FD;
--black-100: #EEE0FB;
--black-200: #E0C5F7;
--black-300: #C798F1;
--black-400: #AA62EA;
--black-500: #9235E3;
--black-600: #761BC5;
--black-700: #5E159D;
--black-800: #430F70;
--black-900: #2B0A48;
--black-950: #1B062D;
}